You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
How can I use nvim-ipy with a virtualenv?
The text was updated successfully, but these errors were encountered: