Using virtual environments with jupyter python notebooks

Created on 2024-03-06T09:55:11-06:00

Return to the Index

This card can also be read via Gemini.

You have to make sure a jupyter kernel is installed within the environment, then tell the system to create a kernel based out of that environment.

source wotsit/bin/activate.fish
pip install ipython
pip install ipbkernel
ipython kernel install --user --name=venv