April 2018
Beginner
238 pages
7h 13m
English
The default configuration for Jupyter will open a browser window on startup. If you are running the Notebook for users across the network or internet, this will not suffice. You can configure Jupyter to not start a browser with this command-line argument:
jupyter notebook --no-browser
Or, you can use this configuration setting:
c.NotebookApp.open_browser = False