I\'m on a windows machine without admin right and I would like to run jupyter on chrome, while the default browser is another.
I have a local installation of the Ana
Open anaconda prompt and type
jupyter notebook --generate-config
then go to "jupyter_notebook_config.py" path and add following line
c.NotebookApp.browser = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'