Skip to content

Instantly share code, notes, and snippets.

@durgeshm
Created March 23, 2017 15:36
Show Gist options
  • Save durgeshm/3d2c7317c61437cb8d015f45b7b8ea36 to your computer and use it in GitHub Desktop.
Save durgeshm/3d2c7317c61437cb8d015f45b7b8ea36 to your computer and use it in GitHub Desktop.
c = get_config() # get the config object
c.IPKernelApp.pylab = 'inline' # in-line figure when using Matplotlib
c.NotebookApp.open_browser = False # do not open a browser window by default when using notebooks
c.NotebookApp.token = '' # No token. But, please, please always use jupyter over ssh tunnel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment