dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

[Feature Request] Add global option to MagmaInit. Share the same kernel for all buffers. #105

Open phcerdan opened 11 months ago

phcerdan commented 11 months ago

Is your feature request related to a problem? Please describe. MagmaInit works per buffer, I would like to share the kernel between buffers. For example, I might define a function in a file, and a unit test in another, and want to mix them in the same kernel.

Describe the solution you'd like A global option for MagmaInit, where the kernel is shared between buffers.

Describe alternatives you've considered Go back to ipython in a tmux pane with Slime.

Additional context

phcerdan commented 11 months ago

Opened #106 as a proof of concept of this.