nvim-ipy icon indicating copy to clipboard operation
nvim-ipy copied to clipboard

How to connect to virtualenv?

Open ipsod opened this issue 3 years ago • 1 comments

How can I use nvim-ipy with a virtualenv?

ipsod avatar Jan 19 '22 05:01 ipsod

@ipsod you can install ipykernel in the virtualenv, then register the kernel with python -m ipykernel install --user --name my-venv. You will then be able to run :IPython --kernel my-venv. This is the same technique that you would use for running Jupyter Notebook/Lab with kernels in virtual environments.

gwerbin avatar Nov 23 '22 05:11 gwerbin