[Rx] Jupyter Notebook - Select Browser
Jupyter Notebook is an interactive computational environment to run code, add rich text, compute mathematics, draw plots, and add rich media–all in the comfort of your browser.
I have a variation of Firefox, Palemoon, running as my default browser. When I run Jupyter Notebook, I wanted it to open in the Chrome browser.
It looked like a simple command line switch would do the job:
Jupyter Notebook -–browser=”chrome”
That doesn’t work. I tried it without quotes and single quotes. I’ve got a bald spot on the side of my head trying to figure this one out. There’s not much on the web. Here is how to do it…
