• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

jupyter_server_config.d/H02-Jun-2021-87

jupyter_server_mathjax/H02-Jun-2021-359268

LICENSEH A D08-Jan-20211.5 KiB3023

MANIFEST.inH A D16-Feb-2021183 129

PKG-INFOH A D02-Jun-20211.5 KiB4837

README.mdH A D16-Feb-2021469 2212

RELEASE.mdH A D08-Jan-2021405 1513

package.jsonH A D16-Feb-2021239 1312

pyproject.tomlH A D08-Jan-2021171 54

pytest.iniH A D19-Feb-2021225 65

setup.cfgH A D16-Feb-2021249 1412

setup.pyH A D16-Feb-20212.4 KiB8771

README.md

1# MathJax resources endpoints for Jupyter Server
2
3![Testing](https://github.com/jupyter-server/jupyter_server_mathjax/workflows/Testing/badge.svg)
4
5
6
7## Basic Usage
8
9Install from PyPI:
10
11```sh
12> pip install jupyter_server_mathjax
13```
14
15This will automatically enable the extension in Jupyter Server.
16
17To test the installation, you can run Jupyter Server and visit the `/static/jupyter_server_mathjax/MathJax.js` endpoint:
18
19```sh
20> jupyter server
21```
22