luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
587 stars 23 forks source link

Can I use Create new Cells with Conda Environment? #83

Open datacubeR opened 1 year ago

datacubeR commented 1 year ago

I'm using the shortcut <leader>co or <leader>Co to try to create Cells but I'm always getting the python3 support missing! ( :echo has('python3') returned 0 error. Is there a way to use it with conda envs? Because using :JukitOut conda activate env works, but it doesn't allow to create cells either throwing the same error and redirecting to :checkhealth provider.

The extension looks promising but I'm not a super great vim user, so I've been having a hard time trying to follow docs and make the extension work.

Thanks in advance.

Alfonso

luk400 commented 1 year ago

Hi. This plugin requires python3 support for a lot of its functionality, so you should try to fix that before using this plugin. Are you using neovim? If so, you should be able to add it using python -m pip install --user --upgrade pynvim, see this link.

datacubeR commented 1 year ago

Hi @luk400, my bad, after checking in the current environment, Vim jukit didn't find pynvim. Everything works as expected now...