Python 3: working with files and digital assets/Preliminary/Jupyter


Jupyterlab edit

with edit

Pythons Package Manager [1] edit

pip install jupyterlab

Homebrew [1] edit

brew install jupyterlab

Windows Package Manager [2] edit

winget install jupyterlab

Configuration edit

Start edit

to start jupyter lab run

jupyter lab

Jupyter Notebook edit

If you want the classic experience you can install notebook with:

with edit

Pythons Package Manager[1] edit

pip install notebook

Jupyter Desktop [2] edit

You can find the latest version of jupyter Desktop at Github. Jupyter Desktop is an application that supports Windows, Linux and MacOS.

with edit

References edit

  1. a b c "Installing Jupyter - Get up and running on your computer". Project Jupyter. Retrieved August 24, 2023.
  2. a b "JupyterLab Desktop". Github. Retrieved August 24, 2023.