Merge pull request #1735 from juhasch/fix/mathjax_url_doc

Extend mathjax_url docstring
This commit is contained in:
Thomas Kluyver 2016-09-03 14:01:35 +01:00 committed by GitHub
commit b3f02b26b8

View File

@ -744,7 +744,10 @@ class NotebookApp(JupyterApp):
)
mathjax_url = Unicode("", config=True,
help="""The url for MathJax.js."""
help="""A custom url for MathJax.js.
Should be in the form of a case-sensitive url to MathJax,
for example: /static/components/MathJax/MathJax.js
"""
)
@default('mathjax_url')