Open markusritschel opened 7 months ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Describe the bug
When I want to embed
glue
output from other pages, it works with variables but not with figures.Reproduce the bug
In my jupyter notebook
examples/test.ipynb
, I have created the following glue object:Now, outside that notebook, in another markdown file, the directive
yields the expected output
'here is some text!'
.However, the directive
only returns
<Figure size 640x480 with 1 Axes>
, without displaying the actual graphic. The following variants don't return anything at all: