MathJax resources endpoints for Jupyter Server
Basic Usage
Install from PyPI:
> pip install jupyter_server_mathjax
This will automatically enable the extension in Jupyter Server.
To test the installation, you can run Jupyter Server and visit the /static/jupyter_server_mathjax/MathJax.js endpoint:
> jupyter server
Maintenance Notes
To install an editable install locally for development, first clone the repository locally, then run:
`pip install -e .[test]`
Note that the editable install will not install the data file that automatically configures the extension for use. To manually enable it, run:
jupyter server extension enable --py jupyter_server_mathjax
To build for distribution, use the build package:
pip install build
python -m build
Then release using twine:
twine check dist/*
twine check dist/*
Release files for jupyter-server-mathjax 0.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jupyter_server_mathjax-0.2.6.tar.gz | 2.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jupyter_server_mathjax-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 MB
Release files / jupyter_server_mathjax-0.2.6.tar.gz
| Download URL | jupyter_server_mathjax-0.2.6.tar.gz |
|---|---|
| Size | 2.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943
|
|
BLAKE2b-256 checksum How to use checksums |
9c409a1b8c2a2e44e8e2392174cd8e52e0c976335f004301f61b66addea3243e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.1
|
Release files / jupyter_server_mathjax-0.2.6-py3-none-any.whl
| Download URL | jupyter_server_mathjax-0.2.6-py3-none-any.whl |
|---|---|
| Size | 3.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e
|
|
BLAKE2b-256 checksum How to use checksums |
7d776a98cc88f1061c0206b427b602efb6fcb9bc369e958aee11676d5cfc4412
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.1
|