marimo icon indicating copy to clipboard operation
marimo copied to clipboard

Image saved in public not showing from markdown (WASM)

Open paddymul opened this issue 7 months ago • 1 comments

Describe the bug

I created a notebook with an image in a public directory. The image doesn't display in markdown.

I also tried putting the image as a peer to notebook.py. The image still didn't display https://marimo.io/p/@paddy-mullen/notebook-adgxxj

Environment

Marimo.io https://marimo.io/p/@paddy-mullen/notebook-adgxxj

Replace this line with the output of marimo env. Leave the backticks in place.

Code to reproduce

https://marimo.io/p/@paddy-mullen/notebook-adgxxj

paddymul avatar Apr 09 '25 15:04 paddymul

Thanks, i see this too. in the meantime, you can use mo.image(Path("public/my.image")) which will load the bytes instead.

mscolnick avatar Apr 09 '25 16:04 mscolnick