dccsillag / magma-nvim

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

Output window unable to be closed while multiple output windows poping up #71

Closed TATOAO closed 1 year ago

TATOAO commented 1 year ago

I am not sure if this is a bug or if a new feature to make.

The problem is when you try to run MagmaReevaluateCell while the previous output window is not closed, then there will be two windows opened. Then the previous window will never close and I don't know how to access it as well.

So maybe the solution can be:

  1. Automatically close the current output window right after re-evaluating the cell.
  2. Provide a method access to the previous output window as a kind of modified version of :noautocmd MagmaEnterOutput

Not an essential problem, not affecting my love for using Magma.

TATOAO commented 1 year ago

Tried the new commit, it works great!! Cheers & thanks!