+ 3
Connecting new virtual environment to Jupyter
I created a new virtual environment for some work I am doing via Jupyter, but have been unable to connect it to use as the kernel. Iâve been troubleshooting & tried so many things but still cannot access it! Any advice?
1 Answer
0
thanks for your response! i ended up trying so many things. finally what worked was the following
python -m ipykernel install --user --name env --display-name "KCDataVis (myenv)"