vim-jukit
vim-jukit copied to clipboard
Jupyter-Notebook inspired Neovim/Vim Plugin
Hello there, Suppose I have a large python file that I want to convert to a PDF. With the current implementation, if I try to make this conversion, vim will...
I have a function to search through keymaps and their descriptions for ease of use: moving this to lua means they are stores in the lua table which allows me...
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.7 to 7.3.1. Release notes Sourced from nbconvert's releases. v7.3.1 7.3.1 (Full Changelog) Bugs fixed Remove overwriting of default KernelManager #1972 (@tuncbkose) Maintenance and upkeep improvements Contributors...
I want to remap the keys like below **vim.keymap.set({'n', 'i'}, '\', '\\call jukit#send#section(0)\\\call jukit#convert#notebook_convert("jupyter-notebook")\')** but there's error: **Error detected while processing function jukit#send#section\[10\]..\63_send_single_section\[21\]..\63_send_to_split\[14\]..\63_send\[20\]..jukit#convert#notebook_convert: line 3** but the code seems can...
Bumps [ipython](https://github.com/ipython/ipython) from 8.8.0 to 8.12.0. Commits 37242ba release 8.12.0 2bb4672 Update whats new for 3.12 (#14000) 4f0b235 upate whats new for 3.12 d52bf62 Allow to dispatch getting documentation on...
I believe it may be due to the use of x11 specific features when using kitty specifically. Error detected while processing function jukit#splits#show_last_cell_output[1]..jukit# splits#split_exists[1]..jukit#kitty#splits#exists[4]..92_search_current_tab: line 1: E474: Unidentified byte: Error:...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.7.1. Release notes Sourced from matplotlib's releases. REL: v3.7.1 This is the first bugfix release of the 3.7.x series. This release contains several bug-fixes and...
Thanks for the plugin! I was wondering if it's possible to send multiple cells in short succession. For example, if one runs `:call jukit#send#section(1)` three times on the following cells,...
I'd like to use `# %%` as cell markers. **Is that possible?** I've tried ```lua vim.g.jukit_comment_mark = '%%' --and vim.g.jukit_comment_mark = '# %%' ``` I've also followed chatgpt's advice and...
Fixed #86 (Error when opening a notebook with spaces). It seems a fix so simple that it should not be right. It works for me.