Jupyter Notebooks
Docs
- jupyter.org
- Install
pip install jupyterlab notebook
- Put
~/.local/bin
in thePATH
- Execute
jupyter lab
to start the lab,jupyter notebook
to start the notebook
- To create kernel, enter your venv, do
pip install jupyter; ipython kernel install --name "<venv-name>" --user
- Install
Posts
- C. Schranz: Set up Your own GPU-based Jupyter easily using Docker (2023)
- C. Schranz: Connect your remote GPU-Jupyter to your local VS Code — A great Deep Learning Solution (2023)
- Saturn Cloud: How to Make Jupyter Notebook to Run on GPU (2023) does not seem to work
- queirozf.com: Jupyter Notebook Kernels: How to Add, Change, Remove (2022)