dccsillag / magma-nvim

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

[Feature Request] View overlapping cell outputs #113

Open NathanS-Git opened 11 months ago

NathanS-Git commented 11 months ago

When running a cell on top of another, the previous cell — as described in the documentation — is no longer available to be viewed, as the latest one takes priority. This is rather annoying, especially when you wish to view older cell outputs, that have since be overwritten.

I would imagine a possible solution to this would be to have two new key-binds, one to go forward in history, and another to go backwards, which would change which cell is highlighted.