Closed rlskoeser closed 2 weeks ago
Prior discussion: #1269. I suppose that there are 2 conventions until the experimental JupyterViz
has become sufficiently stable.
We should probably do this, and then also update our recommended model layout.
Including that coockiecutter thing and/or (?) that thing in mesa-examples that generates a template for you.
cookiecutter is gone and best practices is updated. all examples on read the docs follow this structure.
current best practices documentation for mesa recommends model layout with
model.py
,server.py
andrun.py
. Is there a recommendation for models using jupyterviz? Would you recommend only creatingmodel.py
andapp.py
?