- Double click in 'anaconda prompt'.
- Type in command 'jupyter notebook --generate-config'.
- Find the file 'jupyter_notebook_config.py' (C:\Users\Administrator\.jupyter).
-
Edit the file and enter these :
import webbrowser webbrowser.register(''chrome'', None, webbrowser.GenericBrowser(u''C:\Program Files (x86)\Google\Chrome\Application\chrome.exe'')) c.NotebookApp.browser = ''chrome''
Comments