Socket
Socket
Sign inDemoInstall

jupyter-server-mathjax

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-server-mathjax

MathJax resources as a Jupyter Server Extension.


Maintainers
2

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/*

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc