Skip to content

Commit

Permalink
Merge pull request ML4GW#180 from wbenoit26/add-tutorial-notebook
Browse files Browse the repository at this point in the history
Add demo notebook
  • Loading branch information
wbenoit26 authored Jan 30, 2025
2 parents 00e0f22 + da52ee0 commit 7f49127
Show file tree
Hide file tree
Showing 4 changed files with 5,636 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [`ml4gw`](https://github.com/ML4GW/ml4gw) Tutorial

This repo hosts the Jupyter notebook and the environment files for the `ml4gw` tutorial.

If you use `poetry`, the environment can be installed and a Jupyter kernel created with
```bash
poetry install
poetry run python -m ipykernel install --user --name ml4gw_tutorial
```

If you use a different environment manager, all of the packages listed in the `pyproject.toml` file can be `pip install`ed into whatever environment you desire.

The background data files used in this tutorial can be copied from `/home/william.benoit/ML4GW/ml4gw_tutorial/background_data` on the Hanford computing cluster.
1,702 changes: 1,702 additions & 0 deletions examples/ml4gw_tutorial.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7f49127

Please sign in to comment.