Virtualization, Servers and Storage : Jupyter Notebook: installation and usage

Draft: 2024-12-12

We can use Google Collab Jupyter Notebooks or install it locally (vanilla one or Anaconda Jupyter Lab)

The local install:

. ~/venv/python312/bin/activate

pip install jupyter notebook

pip install ipykernel

python -m ipykernel install --user --name=myenv --display-name="My Python312 Env"

which jupyter

/Users/<USER>/venv/python312/bin/jupyter notebook

Select “My Python312 Env" kernel

Attachments: