mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Remove line that was causing the tests to fail
This commit is contained in:
parent
24d95a5d62
commit
a205169002
@ -218,9 +218,6 @@ class NotebookWebApplication(web.Application):
|
||||
iopub_msg_rate_limit=ipython_app.iopub_msg_rate_limit,
|
||||
iopub_data_rate_limit=ipython_app.iopub_data_rate_limit,
|
||||
rate_limit_window=ipython_app.rate_limit_window,
|
||||
|
||||
# nbextensions
|
||||
nbextensions=ipython_app.nbextensions,
|
||||
|
||||
# authentication
|
||||
cookie_secret=ipython_app.cookie_secret,
|
||||
|
Loading…
Reference in New Issue
Block a user