Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myles/notebooks

Some of my random Jupyter Notebooks.
https://github.com/myles/notebooks

data-analysis data-science jupyter-notebooks

Last synced: 19 days ago
JSON representation

Some of my random Jupyter Notebooks.

Awesome Lists containing this project

README

        

![notebooks](designs/notebooks-github-card.svg)

# Notebooks

Some of my data exploration with [Jupyter Notebooks](https://jupyter.org).

## Directory Structure

There are two top level directories where are store Notebooks, `./archive/` and `./wip/`.

### `./archive/`

The archive directory is where I store notebooks that will be published on the Internet at [notebooks.myles.engineer](https://notebooks.myles.engineer/).

### `./wip/`

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.

### Project's Directory Structure

A project's structure will follow this outline:

- `.//`
- `_metadata.yml`: a YAML file containing some metadata about the project
- `index.ipynb`: the main notebook that will be used when publishing on the Internet
- `*.(ipynb|py)`: supporting notebooks or Python files
- `data/`
- `source/`: stores any source data
- `interim/`: stores interim data that is shared across notebooks.
- `output/`: anything data or image files that has come from the result of the exportation