Right now the visuals are thumbnails because we need them for the panel serve index page. But some day when the examples have matured we can have gifs, mp4s or youtube videos instead of static images. The gifs/ videos will make it easy to share cool and catchy examples on social media.
The index.md file is updated by running python scripts/generate_gallery.py.
Builds on top of #3. Review that one first.
This PR adds a simple Gallery index.md file that users can use to find the relevant example.
Preview the gallery index.md file here.
Right now the visuals are thumbnails because we need them for the
panel serve
index page. But some day when the examples have matured we can have gifs, mp4s or youtube videos instead of static images. The gifs/ videos will make it easy to share cool and catchy examples on social media.The index.md file is updated by running
python scripts/generate_gallery.py
.