##// END OF EJS Templates
fix --no-browser flag in notebook after rename
MinRK -
Show More
@@ -113,7 +113,7 b' class NotebookWebApplication(web.Application):'
113 113
114 114 flags = dict(ipkernel_flags)
115 115 flags['no-browser']=(
116 {'IPythonNotebookApp' : {'open_browser' : False}},
116 {'NotebookApp' : {'open_browser' : False}},
117 117 "Don't open the notebook in a browser after startup."
118 118 )
119 119
General Comments 0
You need to be logged in to leave comments. Login now