Skip to content

Instantly share code, notes, and snippets.

@mGalarnyk
Last active December 26, 2016 03:29
Show Gist options
  • Save mGalarnyk/3b25e941fae01aa1fb1233df9b487be6 to your computer and use it in GitHub Desktop.
Save mGalarnyk/3b25e941fae01aa1fb1233df9b487be6 to your computer and use it in GitHub Desktop.
c = get_config()
c.IPKernelApp.pylab = 'inline'
c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
# Your password below will be whatever you copied earlier
c.NotebookApp.password = u'sha1:941c93244463:0a28b4a9a472da0dc28e79351660964ab81605ae'
c.NotebookApp.port = 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment