Hum, is jupyter installed in the virtual environment? If not, then the jupyter/ipython command would use the global python installation instead of the venv’s. Can you try in your venv to launch jupyter with python -m jupyter notebook
?
Hum, is jupyter installed in the virtual environment? If not, then the jupyter/ipython command would use the global python installation instead of the venv’s. Can you try in your venv to launch jupyter with python -m jupyter notebook
?