Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myles/notebooks
- Owner: myles
- License: mit
- Created: 2021-10-13T02:41:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T23:13:52.000Z (over 1 year ago)
- Last Synced: 2024-10-08T05:21:40.581Z (about 1 month ago)
- Topics: data-analysis, data-science, jupyter-notebooks
- Language: Jupyter Notebook
- Homepage: https://notebooks-lac.vercel.app
- Size: 3.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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