executablebooks / sphinx-book-theme

A clean book theme for scientific explanations and documentation with Sphinx
https://sphinx-book-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
429 stars 198 forks source link

Add Additional Custom Launch Button #850

Open nilsleh opened 1 month ago

nilsleh commented 1 month ago

We would like to add an additional launch button for our lightning-uq-box library which is a framework for Uncertainty Quantification for Deep Learning models which naturally often require GPU resources. The out-of-the-box support for google colab is nice, however, recently another framework called lightning studios emerged and we would like to add a launch button to our tutorials. In torchgeo we wrote a custom button to be added to notebooks, however, torchgeo is not under sphinx-book-theme documentation. I have tried a couple of things but no success so far, so was wondering whether you could give me any pointers about how to approach this? Thanks in advance.