fix --no-browser flag in notebook after rename

pull/37/head
MinRK 15 years ago
parent 30c45c517d
commit 48c344ecf5

@ -113,7 +113,7 @@ class NotebookWebApplication(web.Application):
flags = dict(ipkernel_flags)
flags['no-browser']=(
{'IPythonNotebookApp' : {'open_browser' : False}},
{'NotebookApp' : {'open_browser' : False}},
"Don't open the notebook in a browser after startup."
)

Loading…
Cancel
Save