1. Double click in 'anaconda prompt'.
  2. Type in command 'jupyter notebook --generate-config'.
  3. Find the file 'jupyter_notebook_config.py' (C:\Users\Administrator\.jupyter).
  4. 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''
Last modified: 2020年3月30日

Comments

Write a Reply or Comment

Your email address will not be published.