Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wfondrie/2024_depthcharge-demos
Demos to accompany our depthcharge manuscript
https://github.com/wfondrie/2024_depthcharge-demos
Last synced: 20 days ago
JSON representation
Demos to accompany our depthcharge manuscript
- Host: GitHub
- URL: https://github.com/wfondrie/2024_depthcharge-demos
- Owner: wfondrie
- Created: 2024-04-23T21:53:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T22:30:42.000Z (8 months ago)
- Last Synced: 2024-10-28T11:27:40.169Z (2 months ago)
- Language: Jupyter Notebook
- Size: 702 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depthcharge Demonstrations
Demonstrations of Depthcharge to accompany the manuscript.
## Project Organization
```
├── Makefile <- Makefile with commands like `make data` or `make env`
├── README.md <- The top-level README you.
├── data <- The data.
│ └── manual <- Data that is maintained under version control.
├── notebooks <- Jupyter notebooks and/or analysis scripts.
│ └── cool-task <- A subdirectory for a task.
│ ├── cool-task.ipynb <- The task demo notebook that is Colab compatible.
│ └── figures <- A subdirectory to put the generated figures
├── scripts <- Scripts used for things like data preparation.
└── env.yml <- Creates an environment similar to Colab.
```## Work on a task
To work on a task, start up Jupyter Lab in the correct directory with:
``` bash
make env && make
```Where `` should match one of the task subdirectory names.