Hi, I just noticed this package in PyPI
jupyterstanis a package to help development of Stan models (usingpystan) in jupyter notebooks.The package is heavily based on Arvinds-ds stanmagic package, but provides an interface that simply returns a
pystan.Modelobject.In addition, it bundles Arvinds-ds
stan_code_helperpackage to improve syntax highlighting for stan cells.Features
- Stan language syntax highlighting in all cells beginning with
%%stan- Compile a stan model and save it as a pystan variable by running a
%%stancell- No longer worry about
model_code, reading in stan files, etc.
Looks very promising.
Github