Display inline images in Jupyter notebook #1384
Unanswered
rupert-madden-abbott
asked this question in
Q&A
Replies: 1 comment
-
The Jupyter support in Rich replicates exactly what it would print in the terminal, which doesn't support images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I render an inline image using Markdown directly in Jupyter then I get the image display inline on the page.
If I render via rich, then I get an invalid link to the image (clicking it gives a 404).
Is there a way to get rich to display the image inline when it is used inside Jupyter or do I need to detect that I am running in Jupyter and handle this myself?
Beta Was this translation helpful? Give feedback.
All reactions