luk400 / vim-jukit

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

[BUG] can't do output split #29

Closed qvieth closed 2 years ago

qvieth commented 2 years ago

Screenshot from 2022-10-23 15-19-02

from this screen do os goes to this:

Screenshot from 2022-10-23 15-18-53

igorlfs commented 2 years ago

It looks like you don't have matplotlib installed, which is a dependency for python

luk400 commented 2 years ago

are you using tmux? if so, please try specifying let g:jukit_terminal = "nvimterm" (or "vimterm" when using vim) in your config, does that fix it?

qvieth commented 2 years ago

It looks like you don't have matplotlib installed, which is a dependency for python

installed matplotlib but it only solved the missing matplotlib error, the terminal still appear wrong(its create a new window and override the coding window I was in) image

qvieth commented 2 years ago

are you using tmux? if so, please try specifying let g:jukit_terminal = "nvimterm" (or "vimterm" when using vim) in your config, does that fix it?

yes I'm using tmux. Added your let g:jukit_terminal = "nvimterm" and it fixed! image

qvieth commented 2 years ago

the plugin is so awesome btw!

luk400 commented 2 years ago

the plugin is so awesome btw!

thank you, glad you like it! :)