HOW TO
Jupyter Notebook installed with ArcGIS Pro opens notebooks on the default browser set on the machine. However, the default browser can be changed. This is made possible by generating the jupyter notebook config file and modifying the NotebookApp.browser parameter to the executable file of the browser. This article provides the workflow.
jupyter notebook --generate-config
cd C:\Users\user\.jupyter
#c.NotebookApp.browser = ''
c.NotebookApp.browser = '"C:\Program Files\Google\Chrome\Application\chrome.exe" %s'
Note: If the folder location contains a space, insert double quotes to include the full folder location.
Article ID: 000023596
Get help from ArcGIS experts
Download the Esri Support App