Skip to main content

MathJax resources as a Jupyter Server Extension.

Project description

MathJax resources endpoints for Jupyter Server

Testing

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

jupyter_server_mathjax-0.2.6.tar.gz (2.6 MB view hashes)

Uploaded Source

Built Distribution

jupyter_server_mathjax-0.2.6-py3-none-any.whl (3.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page