Reputation: 11
I am trying to open Jupyter notebook in Chrome instead of Internet Explorer.Tried
Tried doing : jupyter notebook --generate-config in Anaconda prompt Tried pasting this :'C:/path/to/your/chrome.exe %s'
Error reads:c.NotebookApp.browser = '' to c.NotebookApp.browser = 'C:/path/to/your/chrome.exe %s'
After this also, chrome not opening as default.
Upvotes: 0
Views: 1995
Reputation: 320
Set google chrome as your default browser and the work is done.
Upvotes: 1