I isolate my data science projects into virtual environments using pipenv
. However, running a Jupyter notebok does not access the local environment and uses the default IPyKernel. I've seen that you can register virtual environments from within the environment, but this requires installing the ipykernel
package which itself requires Jupyter!
Is there anyway to avoid this and just use a single Jupyter install for all virtual environments?