JuliaPluto / featured

https://featured.plutojl.org
12 stars 9 forks source link

Images tutorial #19

Closed lukavdplas closed 1 year ago

lukavdplas commented 1 year ago

Simple tutorial about using images in notebooks. It covers showing images in markdown and importing them in code.

There is some overlap with existing featured notebooks, but I think it makes sense to have a notebook that is clearly the place to look for "how do I add images?". This one also really explains when to use markdown versus Images.jl

fonsp commented 1 year ago

Awesome!!

fonsp commented 1 year ago

Oh we still wanted to update this to include the new https://github.com/JuliaPluto/PlutoUI.jl/pull/275 right?

lukavdplas commented 1 year ago

Good one. I had updated the code so it assumes that DownloadButton will work out of the box:

https://github.com/JuliaPluto/featured/blob/e95d0c369068a753924b734bb602a2f1719ac879/src/basic/Images.jl#L281

but the notebook still has to be updated to the latest version of PlutoUI to make that happen.