vim-jukit icon indicating copy to clipboard operation
vim-jukit copied to clipboard

Can I use Create new Cells with Conda Environment?

Open datacubeR opened this issue 2 years ago • 2 comments

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

datacubeR avatar May 09 '23 03:05 datacubeR

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.

luk400 avatar May 10 '23 19:05 luk400

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

datacubeR avatar Jun 05 '23 01:06 datacubeR