JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
65 stars 14 forks source link

Binder link #119

Open frankier opened 2 years ago

frankier commented 2 years ago

It would be nice if a binder link could be generated as well as an nbviewer link, so that interactive notebook stuff could be run.

frankier commented 1 year ago

Here is an example from the Python ecosystem/the executable books Jupyterbook theme https://executablebooks.org/en/latest/

2022-10-17T15:23:59,230980884+03:00

frankier commented 1 year ago

This seems to be a bit more painful to do this than one might think because in the gh-pages branch the notebooks are not necessarily in sync with the dependencies. See here: https://github.com/fredrikekre/Literate.jl/issues/46

This should probably wait until there is a better solution for this problem which is essentially inherited from Literate.jl, but I will leave the issue open.