Some of my data exploration with Jupyter Notebooks.
There are two top level directories where are store Notebooks, ./archive/
and ./wip/
.
The archive directory is where I store notebooks that will be published on the Internet at notebooks.myles.engineer.
The WIP (work in progress) directory is where I store notebooks I'm currently in the process of build. These might be push to the archive directory in the future or they may stay in here forever.
A project's structure will follow this outline:
./<project_slug>/
_metadata.yml
: a YAML file containing some metadata about the projectindex.ipynb
: the main notebook that will be used when publishing on the Internet*.(ipynb|py)
: supporting notebooks or Python filesdata/
source/
: stores any source datainterim/
: stores interim data that is shared across notebooks.output/
: anything data or image files that has come from the result of the exportation