Ubuntu – Jupyter Notebook not Starting in Virtual Environment
Environment Ubuntu 20.04 Python 3.8.10 Pip 20.0.2 Using pip venv to create a virtual environment in my project directory. These are the commands I am running. python3 -m pip venv .venv # Create the virtual environment source .venv/bin/activate (.venv) $…