Replies: 2 comments 7 replies
-
Instead of My understanding is that IPython uses a mechanism for interleaving partial stream output that Quarto doesn't support.
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Also as a side note, when I was doing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi, I am trying to render an IPYNB notebook in my Quarto book project. The IPYNB file has the following two cells:
In this notebook, we are looping through a list of items and displaying an Image for each item.
In Colab, the notebook displays these images inline where the
display
function calls are (which is the intended behavior).However in Quarto, all the images show up at the bottom.
My intention is to see the original output from the notebook. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions