m2lines / data-gallery

https://m2lines.github.io/data-gallery/
Apache License 2.0
0 stars 2 forks source link

Add clickable nbgitpuller links to each notebook #5

Closed jbusecke closed 11 months ago

jbusecke commented 11 months ago

I propose that each page generated from a notebook should have some badges to automatically pull and launch each notebook on

You can see an example how this could look like in the README of this repo. To generate these links you can use nbgitpuller, which provides a handy tool to generate those links.

A simple first solution could be to embed these links in the first cell of each notebook. We can think of more sophisticated ways to do this automatically later.