https://www.orchest.io/ logo
Title
m

Mayara Marinho

11/23/2022, 7:03 PM
Hey, I added an image to python notebooks using markdown and it works fine in Jupyterlab, but in Preview it does not show correctly. Does anyone have any tips on how to make it works?
r

Rick Lamers

11/24/2022, 9:16 AM
We export the HTML preview for the preview page using
nbconvert
and they have an
embed-images
configuration option. I'll enable that through a PR which should resolve the problem you have of images not showing properly 👍 https://nbconvert.readthedocs.io/en/latest/config_options.html
Working on it here https://github.com/orchest/orchest/pull/1448 Feel free to track progress
From now on, markdown images in notebooks should appear embedded in the preview
m

Mayara Marinho

12/06/2022, 2:31 PM
Thank you!! @Rick Lamers
🎉 1