There are just so many Jupyter related settings and configs that I’m going to start making short posts about them, tagged JupyterTips (feed), to try to help me remember what they are and how to invoke them…
TIL (Today I Learned)…
…you can define which browser a newly launched Jupyter notebook server will open into. By default, this is the default browser. But you can override it with the --NotebookApp.browser
argument. For example:
jupyter notebook --NotebookApp.browser=firefox
See more commandline settings at: Jupyter Notebook — Config file and command line options