How Jupynium works
masterJupynium synchronizes your Neovim buffer with a Jupyter Notebook using Selenium browser automation. A Jupynium server receives events from Neovim and applies them to the Jupyter Notebook frontend.
Key characteristics:
- One-way sync: It synchronizes from Neovim to the Notebook. It does not sync from Notebook to Neovim, so you should only modify code within Neovim.
- No kernel extensions required: Because it interacts via the frontend, you can use it with remote Jupyter instances, university-hosted notebooks, or non-Python kernels like R.