Skip to content

Instantly share code, notes, and snippets.

@mGalarnyk
Last active December 26, 2016 03:29
Show Gist options
  • Save mGalarnyk/a0f91c8163c914a0b14ccc4fdb37b362 to your computer and use it in GitHub Desktop.
Save mGalarnyk/a0f91c8163c914a0b14ccc4fdb37b362 to your computer and use it in GitHub Desktop.
Generate config for jupyter notebook. The purpose of this gist is so people can copy and paste from here to their terminal. My blog https://medium.com/@GalarnykMichael
jupyter notebook --generate-config
mkdir certs
cd certs
sudo openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem
cd ~/.jupyter/
nano jupyter_notebook_config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment