Within JetBrains DataSpell Jupyter Notebook IPython.Display.SVG Images are not displayed fully/cut off

109 Views Asked by At

I am using DataSpell to work in a Jupyter Notebook with an conda environment. When I try to display a IPython.display.SVG graphic, it is not rendered correctly and parts are cut off.

I am following along this tutorial. When I use the SVG function imported from from IPython.display import SVG I expect to see a full image. Instead it is cut off like this:

How the SVG is displayed in dataspell

It worked fine when I tested it directly in the Jupyter Web Interface. There I got the expected results:

How the SVG is displayed in Jupyter Web

I would be really thankful if anybody can share how to display the SVG images in DataSpell correctly.

0

There are 0 best solutions below