Created
October 22, 2019 17:44
-
-
Save andriimazur93/b41be6e288e39a116d4bde1a15f325b7 to your computer and use it in GitHub Desktop.
Set Chrome as a default browser for Jupyter Notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generates config C:\Users\$USER_NAME$\.jupyter\jupyter_notebook_config.json | |
| jupyter notebook --generate-config | |
| # Uncomment this line and add a path to chrome.exe | |
| c.NotebookApp.browser = u'C:/Home/AppData/Local/Google/Chrome/Application/chrome.exe %s' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment