I was just wondering if it was possible to use nteract with a virtualenv kernel of python as to allow installing packages locally.
Thanks
One thing you can do from the command line is activate the virtual environment then install the kernel specification from within the environment:
python -m ipykernel install --user --name some-env --display-name "Python (some-env)"
/cc @minrk @takluyver
Closing as this can be done with a kernel for the virtual env.
After thoughts: perhaps we need some built in help that can assist users in creating kernels for virtual envs, conda environments, or generally debugging.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Most helpful comment
One thing you can do from the command line is activate the virtual environment then install the kernel specification from within the environment:
/cc @minrk @takluyver