Show More
@@ -202,6 +202,7 class NotebookWebApplication(web.Application): | |||||
202 | cluster_manager=cluster_manager, |
|
202 | cluster_manager=cluster_manager, | |
203 |
|
203 | |||
204 | # IPython stuff |
|
204 | # IPython stuff | |
|
205 | mathjax_url=ipython_app.mathjax_url, | |||
205 | max_msg_size=ipython_app.max_msg_size, |
|
206 | max_msg_size=ipython_app.max_msg_size, | |
206 | config=ipython_app.config, |
|
207 | config=ipython_app.config, | |
207 | use_less=ipython_app.use_less, |
|
208 | use_less=ipython_app.use_less, |
General Comments 0
You need to be logged in to leave comments.
Login now