Can I use Create new Cells with Conda Environment?
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
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.
Hi @luk400, my bad, after checking in the current environment, Vim jukit didn't find pynvim. Everything works as expected now...