From e6fd8f56f793017c76a66ea0ff7b24421cb92a98 Mon Sep 17 00:00:00 2001 From: reshamas Date: Wed, 4 Jan 2023 10:53:08 -0500 Subject: [PATCH] add ref to template notebook in Jupyter style guide --- docs/source/contributing/jupyter_style.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/contributing/jupyter_style.md b/docs/source/contributing/jupyter_style.md index 841cf3668dd..b1dfbd0142d 100644 --- a/docs/source/contributing/jupyter_style.md +++ b/docs/source/contributing/jupyter_style.md @@ -13,6 +13,9 @@ to parse the notebooks. There is a webinar available on [contributing to the PyMC example gallery](https://pymc-data-umbrella.xyz/en/latest/webinars/contributing_to_documentation/index.html) ::: +## Template Notebook +There is a [template Jupyter notebook](https://github.com/pymc-devs/pymc-examples/blob/main/template_notebook.ipynb) to be used for new notebooks. + ## General guidelines * Don't use abbreviations or acronyms whenever you can use complete words. For example, write "random variables" instead of "RVs".