dccsillag / magma-nvim

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

Plot / images not displayed in evaluation #64

Open lindeMAX opened 1 year ago

lindeMAX commented 1 year ago

Describe the bug Pots are not displayed in evaluation widows

2022-09-29_01-01-19 ` :checkhealth states that everything should be fine 2022-09-29_01-01-55

To Reproduce

  1. Install dependencies
  2. Add magma-nvim to neovim using vim-plug
  3. Set the suggested settings in init.vim
  4. Evaluate a simple example script:
    import numpy as np
    import matplotlib.pyplot as plt
    x = np.random.rand(10000)
    plt.hist(x)

Additional context It works with kitty and g:magma_image_provider = 'kitty'. So I think it has to do something with ueberzug.

Am I missing something?

yygrechka commented 1 year ago

I have this issue as well. Kitty doesn't work for me either though.

joshij1979 commented 1 year ago

I also have the same issue, tried both via Kitty and ueberzug, and the plot doesn't show for bot the methods.

image image

n-sweep commented 1 year ago

seeing the same behavior in wezterm

WhiteBlackGoose commented 1 year ago

I use terminator as terminal, same issue with both ueberzug and kitty