Cookiecutter-cmdstanpy: a template for cmdstanpy projects

I think a demo notebook go somewhere in a project. they’re also useful during development and for testing.

This is now done - I changed the example analysis script into a notebook and I think it’s a big improvement.

I really appreciate all the comments - if anyone has any more please share!

Indeed, I think this would be a great addition to Redirecting to new ArviZ documentation host: ReadTheDocs

One thing to look into could be Kedro.

It’s something I use in my work that has multiple plugins for different cloud services and allows you to produce your work in a cloud agnostic way.

There’s also support for Spark and Dask.

It is mainly used for creating Data Science projects and does use cookie cutter under the hood.

Thanks! Kedro looks like a very nice example of a well implemented Python package that uses cookiecutter.