Skip to main content

How to Install Jupyter Notebook

· One min read
Duk Lee
Consultant
pip install notebook
mkdir jn
cd jn
jupyter notebook --ip=0.0.0.0 --allow-root