Last active
June 27, 2019 14:15
-
-
Save JustinShenk/6c9ea44e46b481e49c51efd48569a0a2 to your computer and use it in GitHub Desktop.
Jupyter Notebook config for Google Cloud instance
This file contains 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
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