Published Dec 12, 2024
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
, multiple selections available,
Related content
ITS Private Cloud Python Client pyvss
ITS Private Cloud Python Client pyvss
More like this
Installation
Installation
More like this
Installation and Upgrade
Installation and Upgrade
More like this
How-to deploy Tabby for AI powered Code Assistants on the ITS Private Cloud
How-to deploy Tabby for AI powered Code Assistants on the ITS Private Cloud
More like this
Install the vss-cli
Install the vss-cli
More like this
Tests
More like this
University of Toronto - Since 1827