Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install jupyter

# Installing the jupyterlab package
pip install jupyterlab OR pip3 install jupyterlab
# Installing the notebook package
pip install notebook OR pip3 install notebook
# Launching the notebook
jupyter notebook
Source by jupyter.org #
 
PREVIOUS NEXT
Tagged: #install #jupyter
ADD COMMENT
Topic
Name
9+8 =