neopyter
neopyter copied to clipboard
The bridge between Neovim and Jupyterlab
Hi, after running black reformatter (with `:!black %`) on the python script, the contents of jupyter notebook are not changed, and running `Neopyter sync current` is not doing anything. Turning...
# Configure * `rpc_client` is deprecating, use `mode`
Im not very familiar with notebooks but I can’t help but notice the similarities between this and https://github.com/kiyoon/jupynium.nvim could you perhaps explain how it is different? I am planning on...
I am the maintainer of `Neopyter`, I can't receive email notification when you open issue, so please @me let me known
Hi @AbaoFromCUG Thanks for putting this together. I'm interested how you work with current notebook files that you want to edit and keep in sync. - I used jupytext to...
The response on the browser is nearly instant when scrolling in normal mode on neovim. Also, in normal mode, neovim responds nearly instantly. But when adding text, i.e., in insert...
hi @me, Im trying to create both test.ju.py in nvim an `test.ipynb` on jupyter lab. The neopyter is configured as instruction. However, when checkhealth for neopyter, it shows as below....
Hi, when I use the plugin in windows using proxy mode the following error occurred ``` Error executing luv callback: .../nvim-data/lazy/plenary.nvim/lua/plenary/async/async.lua:18: The coroutine failed with this message: ...ata/Local/nvim-data/lazy/neopyter/lua/neopyter/utils.lua:190: ENOENT: no...
The cause is weird, the function utils.get_plugin_path() returns "C:\\". I traced further and find that although \_\_dirname\_\_ is correct ("C:/Users/luocm/AppData/Local/nvim-data/lazy/neopyter/lua/neopyter/"), but Path:new(\_\_dirname\_\_):parent() returns "C:\\". My platform is Win10, Neovide 0.14.1,...
Hi, I've encountered an issue with the neopyter plugin that seems to be related to its cell synchronization mechanism. It appears that the plugin only synchronizes the current cell to...