From 82f0f359ac03e34a2c6f101157bf0fc314fc62ac Mon Sep 17 00:00:00 2001 From: MinRK Date: Sat, 27 Apr 2013 09:29:17 -0700 Subject: [PATCH] add missing mathjax_url to new settings dict --- IPython/frontend/html/notebook/notebookapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/frontend/html/notebook/notebookapp.py b/IPython/frontend/html/notebook/notebookapp.py index 3ed360324..fe9b26bd0 100644 --- a/IPython/frontend/html/notebook/notebookapp.py +++ b/IPython/frontend/html/notebook/notebookapp.py @@ -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,