jupyter-server-mathjax


Namejupyter-server-mathjax JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttp://jupyter.org
SummaryMathJax resources as a Jupyter Server Extension.
upload_time2022-07-14 16:19:32
maintainer
docs_urlNone
authorJupyter Development Team
requires_python>=3.7
licenseBSD 3-Clause License
keywords ipython jupyter jupyter-server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MathJax resources endpoints for Jupyter Server

![Testing](https://github.com/jupyter-server/jupyter_server_mathjax/workflows/Testing/badge.svg)



## Basic Usage

Install from PyPI:

```sh
> 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:

```sh
> jupyter server
```

## Maintenance Notes

To install an editable install locally for development, first clone the repository locally,
then run:

```sh
`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:

```sh
jupyter server extension enable --py jupyter_server_mathjax
```

To build for distribution, use the `build` package:

```sh
pip install build
python -m build
```

Then release using twine:

```sh
twine check dist/*
twine check dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://jupyter.org",
    "name": "jupyter-server-mathjax",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ipython,jupyter,jupyter-server",
    "author": "Jupyter Development Team",
    "author_email": "jupyter@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/40/9a1b8c2a2e44e8e2392174cd8e52e0c976335f004301f61b66addea3243e/jupyter_server_mathjax-0.2.6.tar.gz",
    "platform": "Linux",
    "description": "# MathJax resources endpoints for Jupyter Server\n\n![Testing](https://github.com/jupyter-server/jupyter_server_mathjax/workflows/Testing/badge.svg)\n\n\n\n## Basic Usage\n\nInstall from PyPI:\n\n```sh\n> pip install jupyter_server_mathjax\n```\n\nThis will automatically enable the extension in Jupyter Server.\n\nTo test the installation, you can run Jupyter Server and visit the `/static/jupyter_server_mathjax/MathJax.js` endpoint:\n\n```sh\n> jupyter server\n```\n\n## Maintenance Notes\n\nTo install an editable install locally for development, first clone the repository locally,\nthen run:\n\n```sh\n`pip install -e .[test]`\n```\n\nNote that the editable install will not install the data file that\nautomatically configures the extension for use. To manually enable it, run:\n\n```sh\njupyter server extension enable --py jupyter_server_mathjax\n```\n\nTo build for distribution, use the `build` package:\n\n```sh\npip install build\npython -m build\n```\n\nThen release using twine:\n\n```sh\ntwine check dist/*\ntwine check dist/*\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "MathJax resources as a Jupyter Server Extension.",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "http://jupyter.org"
    },
    "split_keywords": [
        "ipython",
        "jupyter",
        "jupyter-server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d776a98cc88f1061c0206b427b602efb6fcb9bc369e958aee11676d5cfc4412",
                "md5": "dc68e42544faf4a958f8003341be7b19",
                "sha256": "416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e"
            },
            "downloads": -1,
            "filename": "jupyter_server_mathjax-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc68e42544faf4a958f8003341be7b19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3120990,
            "upload_time": "2022-07-14T16:19:29",
            "upload_time_iso_8601": "2022-07-14T16:19:29.517846Z",
            "url": "https://files.pythonhosted.org/packages/7d/77/6a98cc88f1061c0206b427b602efb6fcb9bc369e958aee11676d5cfc4412/jupyter_server_mathjax-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c409a1b8c2a2e44e8e2392174cd8e52e0c976335f004301f61b66addea3243e",
                "md5": "b6d0ce7e9948921fe897b28d97d9a54b",
                "sha256": "bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943"
            },
            "downloads": -1,
            "filename": "jupyter_server_mathjax-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b6d0ce7e9948921fe897b28d97d9a54b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2648665,
            "upload_time": "2022-07-14T16:19:32",
            "upload_time_iso_8601": "2022-07-14T16:19:32.161169Z",
            "url": "https://files.pythonhosted.org/packages/9c/40/9a1b8c2a2e44e8e2392174cd8e52e0c976335f004301f61b66addea3243e/jupyter_server_mathjax-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-14 16:19:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jupyter-server-mathjax"
}
        
Elapsed time: 0.28435s