mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Merge pull request #1735 from juhasch/fix/mathjax_url_doc
Extend mathjax_url docstring
This commit is contained in:
commit
b3f02b26b8
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user