From 3fbce0280642a00d5a9a8af9bbdd647525a8462a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rgen=20Hasch?= Date: Sat, 3 Sep 2016 09:34:02 +0200 Subject: [PATCH] Extend mathjax_url docstring --- notebook/notebookapp.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index c81b05495..beb93bfa2 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -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')