Add `binder` option to the examples gallery
sphinx-gallery extension has an experimental feature to add a binder button to all ipnyb files. This binder button opens an interactive jupyter notebook in a person's browser.
An example is available in the geopandas docs where an interactive jupyter notebook is opened after I click on the launch:binder button.
Once this feature is no longer experimental in sphinx-gallery, we want to add a binder button to the jupyter notebooks in our examples library. Right now, if I click on launch: binder button in any of the sphinx-gallery demo examples, the jupyter notebook cannot be launched. There is an open issue to resolve the error https://github.com/sphinx-gallery/sphinx-gallery/issues/1092
An alternative to using binder is thebe. https://thebe.readthedocs.io/en/stable/
I found this in Qrisp's documentation. https://www.qrisp.eu/general/tutorial/tutorial.html
An alternative to using binder is
thebe. https://thebe.readthedocs.io/en/stable/I found this in Qrisp's documentation. https://www.qrisp.eu/general/tutorial/tutorial.html
Cool, that's a neat find! Can't say I've used that one before, but it looks pretty good.