Skip to content

Commit

Permalink
Added demo notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenoit26 committed Jan 9, 2025
1 parent 13f61f6 commit ce0438b
Show file tree
Hide file tree
Showing 4 changed files with 5,636 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demo/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 demo/ml4gw_tutorial.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ce0438b

Please sign in to comment.