benlubas / molten-nvim

A neovim plugin for interactively running code with the jupyter kernel. Fork of magma-nvim with improvements in image rendering, performance, and more
GNU General Public License v3.0
608 stars 33 forks source link

feat: write connection file #176

Closed lkhphuc closed 7 months ago

lkhphuc commented 7 months ago

On kernel initialisation, also write the connection file to disk. This connection file can allow other plugin (jupyter-kernel.nvim) to connect to kernel started by molten.

benlubas commented 7 months ago

good idea, in the meantime you can do it the other way around, molten can connect to a kernel by specifying a connection file