Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 461 Bytes

jupyter_notebook.md

File metadata and controls

20 lines (16 loc) · 461 Bytes

Jupyter Notebook

We recommend jupyter notebook to run and config dynamically.

Jupyter Notebook

How to run jupyter notebook in remote server by ssh

ipykernel kernel --debug > klog.file 2>&1 
nohup jupyter notebook > /dev/null &

How to convert .ipynb to .py:

jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb

How to run with https

jupyter notebook --certfile=mycert.pem --keyfile mykey.key --no-browser