marimo
marimo copied to clipboard
Image saved in public not showing from markdown (WASM)
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
Thanks, i see this too. in the meantime, you can use mo.image(Path("public/my.image")) which will load the bytes instead.