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

Jupyter-Notebook inspired Neovim/Vim Plugin

Results 45 vim-jukit issues
Sort by recently updated
recently updated
newest added

Changes I needed to get images to work with tmux 3.4 in iTerm2 and recent matplotlib (3.8.4) 1. Use `$TMUX_PANE` instead of `matchstr(system('tmux run "echo #{pane_id}"'), '%\d*')` to get current...

I'm on `arch` using `kitty`. It works fine if i use `nvimterm`, however `nvimterm` can't display matplotlib. But then, kitty can't even read output from split. It gives the following...

Hi. I'm using debian bullseye. I have a problem convert ipynb file to py file ```` Error detected while processing function jukit#convert#notebook_convert[5]..67_convert_to_script: line 12: E319: No "python3" provider found. Run...

When plotting figures using matplotlib, I've noticed that they look a bit different within jukit. It wasn't really a problem until today. Expected: ![image](https://github.com/user-attachments/assets/a32b66ad-42f5-4b1e-8c65-17ec848e5ade) Actual: ![image](https://github.com/user-attachments/assets/4b03c9ba-e15e-413a-b1f1-a499ee0ddda9)

Mojo is a relatively new (and, imo, very exciting) language that offers a repl experience through the terminal. I would really love to be able to use this in vim-jukit...