mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
add missing mathjax_url to new settings dict
This commit is contained in:
parent
41ffe3d027
commit
82f0f359ac
@ -202,6 +202,7 @@ class NotebookWebApplication(web.Application):
|
||||
cluster_manager=cluster_manager,
|
||||
|
||||
# IPython stuff
|
||||
mathjax_url=ipython_app.mathjax_url,
|
||||
max_msg_size=ipython_app.max_msg_size,
|
||||
config=ipython_app.config,
|
||||
use_less=ipython_app.use_less,
|
||||
|
Loading…
Reference in New Issue
Block a user