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:
It worked fine when I tested it directly in the Jupyter Web Interface. There I got the expected results:
I would be really thankful if anybody can share how to display the SVG images in DataSpell correctly.

