kinges17 / Notebooks-for-Research

OpenDreamKit sponsored internship supporting the European Horizons 2020 project to improve research infrastructure.
1 stars 0 forks source link

Templates for reproducible experiments #1

Open olexandr-konovalov opened 4 years ago

olexandr-konovalov commented 4 years ago

I would like to establish templates for shareable reproducible experiments with Jupyter + Docker and Azure Notebooks. They can be based on

but contain less code but more instructions and links to helpful resources. It should have a single Jupyter notebook, a minimalistic example of .py mock CSV data file, and a README file explaining what to do. The idea is that others may import the repository, and then start to populate it with their own code and data, following instructions and comments.

olexandr-konovalov commented 4 years ago

Furthermore, unlike in this repository, for each kernel there should be an individual repository - we can not have "all in one" approach here, as there are different setup for Python, R, GAP, etc.