Docs

  • jupyter.org
    • Install
      • pip install jupyterlab notebook
      • Put ~/.local/bin in the PATH
      • 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

Posts

Other