Nteract: Run kernel with python virtualenv?

Created on 20 Oct 2016  路  3Comments  路  Source: nteract/nteract

I was just wondering if it was possible to use nteract with a virtualenv kernel of python as to allow installing packages locally.

Thanks

environments kernels

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:

python -m ipykernel install --user --name some-env --display-name "Python (some-env)"

/cc @minrk @takluyver

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ViralBShah picture ViralBShah  路  4Comments

rgbkrk picture rgbkrk  路  4Comments

davidanthoff picture davidanthoff  路  4Comments

rgbkrk picture rgbkrk  路  5Comments

lgeiger picture lgeiger  路  4Comments