Merge pull request #3223 from minrk/fixmathjax

add missing mathjax_url to new settings dict
Min RK 13 years ago
commit 37baa17f9c

@ -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…
Cancel
Save