bazfire / reproproject

PYCON2018_Tutorial - Reproducible Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reproproject

Tutorial on reproducibility

Project Organization

.
├── AUTHORS.md
├── LICENSE
├── README.md
├── bin
├── config
├── data
│   ├── external
│   ├── interim
│   ├── processed
│   └── raw
├── docs
├── notebooks
├── reports
│   └── figures
└── src
    ├── data
    ├── external
    ├── models
    ├── tools
    └── visualization

About

PYCON2018_Tutorial - Reproducible Python

License:Other


Languages

Language:Jupyter Notebook 92.7%Language:Python 7.3%