dccsillag / magma-nvim

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

Fix clearing output of previous executions #73

Closed LoipesMas closed 1 year ago

LoipesMas commented 1 year ago

Fixes #71, #68, #50 Probably also #63, but I couldn't get plots to show, so maybe it's something else Probably #60 as well, because it looks like a duplicate of #50, but I'm not sure

Just makes sure that all outputs that are overlapping with currently selected span are deleted. And a small fix to delete_cell: update_interface doesn't close deleted outputs, so we clear it explicitly on deletion

WhiteBlackGoose commented 1 year ago

Seems to be working for me so far. Thanks

usmcamp0811 commented 1 year ago

Yea I concur.. certified working on my machine! good job!

TATOAO commented 1 year ago

Tested, work like a charm, many thanks!

Ch0ronomato commented 1 year ago

can we merge this?

WhiteBlackGoose commented 1 year ago

The maintainer hasn't been active lately, you can give my fork a try

WhiteBlackGoose commented 1 year ago

Thanks!