Skip to content

Commit

Permalink
fix --no-browser flag in notebook after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 19, 2011
1 parent 9a691f7 commit 03466c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/notebookapp.py
Expand Up @@ -113,7 +113,7 @@ def __init__(self, ipython_app, kernel_manager, notebook_manager, log):

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."
)

Expand Down

0 comments on commit 03466c6

Please sign in to comment.