Last active
December 26, 2016 03:29
-
-
Save mGalarnyk/3b25e941fae01aa1fb1233df9b487be6 to your computer and use it in GitHub Desktop.
For my blog https://medium.com/@GalarnykMichael
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.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