May 2020
Intermediate to advanced
404 pages
10h 52m
English
If you already have Python installed on your system, you can install the Jupyter package from the pip repository to start using Jupyter Notebooks quickly.
For Python 3, use the following:
python3 -m pip install --upgrade pippython3 -m pip install jupyter
For Python 2, use the following:
python -m pip install --upgrade pippython -m pip install jupyter
Read now
Unlock full access