Closed annefou closed 4 weeks ago
Hi Anne, in EO College everything is ported to WordPress, so it doesn't really matter. Here on GitHub though, the drawback of using raw links would be that if we ever change an image, we would also need to change the corresponding raw link. Not a big deal, but we need to be aware of it. Anyway, if it's necessary to have the figures rendered in Jupyter Books, I would be in favor of switching to the second type of syntax, which is still Markdown.
From the discussion we had, I think:
![Datacube Economy](https://raw.githubusercontent.com/EO-College/cubes-and-clouds/main/lectures/1.2_data_cube/assets/datacubes_economy.png "Example Data Cube Economy")
is a good approach. Can you confirm?
Hi @annefou, yes I confirm!
Great. I will make a PR to use this approach. Thank you.
The current syntax used to include figures/images is:
However, images do not render properly with Jupyter Book using this method. Would it make sense to use:
instead? Would this render properly on the EO-College platform?
With Jupyter Book, we also have the option to use the following MyST syntax: