I normally start JupyterLab on my Mac by typing jupyter lab
in a Terminal window. This opens JupyterLab in Safari, as that is my default browser.
My question is: How do I start JupyterLab in another browser, like Chrome, without setting Chrome as my default browser? I imagine that there is a command that I can use in the Terminal to specify which browser JupyterLab should use.
Asked
Active
Viewed 125 times
0

Mark Bakker
- 799
- 1
- 6
- 15
-
Update default browser for Jupyter only? https://stackoverflow.com/q/47772157/11613622 or https://stackoverflow.com/q/35229604/11613622 – brc-dd May 29 '23 at 20:53
-
Thanks! That is a decent work-around, but I was hoping for a simple terminal command to specify the browser for a one-time session (it is just to verify things are working the same in another browser). – Mark Bakker May 29 '23 at 20:56
-
1Scroll down on that thread. You can pass that as `--browser` in argument too. – brc-dd May 29 '23 at 20:57
-
Silly me. Should have kept reading. Will try that. – Mark Bakker May 29 '23 at 21:02