Show More
@@ -113,7 +113,7 b' class NotebookWebApplication(web.Application):' | |||||
113 |
|
113 | |||
114 | flags = dict(ipkernel_flags) |
|
114 | flags = dict(ipkernel_flags) | |
115 | flags['no-browser']=( |
|
115 | flags['no-browser']=( | |
116 |
{' |
|
116 | {'NotebookApp' : {'open_browser' : False}}, | |
117 | "Don't open the notebook in a browser after startup." |
|
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