Skip to content

Latest commit

 

History

History

jupyter_config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
# Create a key with:

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mykey.key -out mycert.pem -subj "/C=US/ST=CA/L=Somewhere/O=OCRopus/OU=$(hostname)/CN=$(whoami)"

# Configure a password with:

jupyter notebook password --config=./jupyter_notebook_config.json