MathJax resources as a Jupyter Server Extension.
Project description
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/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for jupyter_server_mathjax-0.2.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64d96c8e6dfe6edba737902b2dc3a2dc058f17516776c25f4d30ca24617ee7b3 |
|
MD5 | 1966ae2039825fdaaf5eb6f8a6767a2b |
|
BLAKE2b-256 | d461a1997eb9c17b7b6ab39310d524361c1191a0fc960ab56523398786a57a36 |
Close
Hashes for jupyter_server_mathjax-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d165c9ff876a1c32ccf99d309b57463fae206d9b6f0f3a9fa34ed01b3b26605e |
|
MD5 | 7959b7b9e6e174840f956bd7e16c340e |
|
BLAKE2b-256 | 1116bf0ff1a658b70c5a2d79ae197310a7acea20a2c3f2352e87ae03c0b727af |