kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.
MIT License
485 stars 15 forks source link

Atomic cell updating in remote ssh #129

Open aaronmlevy opened 2 months ago

aaronmlevy commented 2 months ago

Is your feature request related to a problem? Please describe. Jupynium sync over ssh works is slow when you make a lot of jupynium_events, e.g., when typing many characters or making many cursor moves.

Describe the solution you'd like Perhaps to limit events, you could configure jupynium to not track cursor moves and not update cells until execution. Of course, this mode would not track the cursor, but that is okay if you're just trying to control jupyter from your editor.

Additional context Perhaps this already exists in some form. If so, could you please indicate what setting would produce this behavior? (Your plugin is very useful.)