Python 3: working with files and digital assets/Preliminary/Jupyter
Jupyterlab
with
Pythons Package Manager [1]
pip install jupyterlab
Homebrew [1]
brew install jupyterlab
Windows Package Manager [2]
winget install jupyterlab
Configuration
Start
to start jupyter lab run
jupyter lab
Jupyter Notebook
If you want the classic experience you can install notebook with:
with
Pythons Package Manager[1]
pip install notebook
Jupyter Desktop [2]
You can find the latest version of jupyter Desktop at Github. Jupyter Desktop is an application that supports Windows, Linux and MacOS.
with
References
- 1 2 3 "Installing Jupyter - Get up and running on your computer". Project Jupyter. Retrieved August 24, 2023.
- 1 2 "JupyterLab Desktop". Github. Retrieved August 24, 2023.