Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.39 KB

README.rst

File metadata and controls

39 lines (27 loc) · 1.39 KB

The nbodykit Cookbook

binder

We store the cookbook recipes for nbodykit in this repository. An interactive version of the Jupyter notebooks can be launched on binder with the badge above.

Contributing to the Cookbook

If you have an application of nbodykit that is concise and interesting, please consider adding it. We also welcome feedback and improvements for these recipes. Users can submit issues or open a pull request here.

Cookbook recipes should be in the form of Jupyter notebooks. See the existing recipes for examples. The recipes are designed to illustrate interesting uses of nbodykit for other users to learn from.

See the nbodykit contributing guidelines on opening a pull request for further instructions.

We appreciate any and all contributions!

Developer Instructions

To execute all notebooks in this repository, use:

python helper_scripts/run_notebooks.py

You can also pass one (or more) notebook paths to only execute the selected notebooks.