Contributing a Jupyter Notebook

Submissions

To submit your Jupyter notebook as a candidate for inclusion in the QuantEcon Notebook Gallery, please submit a pull request to the notebook-gallery repository.

You can also reach out via contact@quantecon.org if you have questions.

Style Guide

When contributing a notebook, please ensure:

  1. The notebook runs from top to bottom without errors
  2. All dependencies are clearly documented
  3. Include a brief summary of what the notebook demonstrates
  4. Follow QuantEcon coding conventions where applicable

Resources

  1. QuantEcon Notebook Gallery
  2. GitHub Pull Requests Article