Skip to content

Instantly share code, notes, and snippets.

@JustinShenk
Last active June 27, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinShenk/6c9ea44e46b481e49c51efd48569a0a2 to your computer and use it in GitHub Desktop.
Save JustinShenk/6c9ea44e46b481e49c51efd48569a0a2 to your computer and use it in GitHub Desktop.
Jupyter Notebook config for Google Cloud instance
c = get_config()
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.open_browser = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment