add missing mathjax_url to new settings dict

This commit is contained in:
MinRK 2013-04-27 09:29:17 -07:00
parent 41ffe3d027
commit 82f0f359ac

View File

@ -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,