dccsillag / magma-nvim

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

[Bug] Output buffer issues #60

Open PRigas96 opened 1 year ago

PRigas96 commented 1 year ago

Describe the bug When i rerun a cell, previous output sticks as an image and doestn leave.(next output is ok) Also if i rerun a line within a cell i get the following error.

To Reproduce Steps to reproduce the behavior:

  1. write a code:
  2. init magma and run cell
  3. make a change in code
  4. reruncell

Expected behavior It should not show the previous output Screenshots magmabug Selection_002

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Ahsan041 commented 1 year ago

@PRigas96 did this problem for you go away? I have the same problem. I am using arch though, I am going to try lunarvim instead of my own config to see if the problem persists

PRigas96 commented 1 year ago

@Ahsan041 no it actually did not. I am using lunarvim. This is a big issue for, since jupyter is, for me at least, the way to do python dev... Please respond if you find a way through.

Ahsan041 commented 1 year ago

@PRigas96 I thought changing terminals to kitty fixed it...but unfortunately it didnot. Still getting same issues. Sticking with vscodium for now until they release an update