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
429 stars 23 forks source link

[Feature Request] History #138

Open benlubas opened 6 months ago

benlubas commented 6 months ago

The Jupyter spec defines a way to request history from the kernel.

Features (ideally)

Concerns

benlubas commented 6 months ago

It doesn't even seem like ipython supports this API.

So I would have to implement this myself.. probably not too bad.