Skip to content

Instantly share code, notes, and snippets.

@andriimazur93
Created October 22, 2019 17:44
Show Gist options
  • Select an option

  • Save andriimazur93/b41be6e288e39a116d4bde1a15f325b7 to your computer and use it in GitHub Desktop.

Select an option

Save andriimazur93/b41be6e288e39a116d4bde1a15f325b7 to your computer and use it in GitHub Desktop.
Set Chrome as a default browser for Jupyter Notebook
# 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