stephenslab / ipynb-website

Simple data science website using Jupyter notebooks.
https://tinyurl.com/yb7mal2m
MIT License
66 stars 29 forks source link

Improving reproducibility of notebook-generated webpages (i.e., more similar to workflowr) #7

Open pcarbo opened 6 years ago

pcarbo commented 6 years ago

We can borrow some ideas from Reproducible:

Reproducible effectively creates a one-to-one mapping between commit hashes and experimental output data.

@gaow Maybe we can return to this at some point.

Thanks to Simon Gravel for sharing.

gaow commented 6 years ago

Good idea and simple concept, and thanks to Simon's code we only have interface to worry about ... which is non-trivial :) we can return to the interface design later.