Brian Ward
Brian Ward
It mentions an environment variable to disable it for now
What program is used to ultimately create the HTML? Pandoc?
I have a proposal open for language-level annotations on the code, one use case of which would be an `@silent` annotation on a parameter: https://github.com/stan-dev/design-docs/pull/45
Are you using Powershell or CMD.exe? In Powershell, you should not be using 'set' ```pwsh C:\Users\akira> $Env:PYTHONIOENCODING=cp932 C:\Users\akira>python ``` This may also be relevant: > Changed in version 3.6: On...
I have access to a couple windows machines and can make time to do this. Do you have example models you'd like me to test? I can compare with an...
A script isn't strictly necessary if you have the models and data already, but it might be a nice thing to have for future questions like this
I've tried this today and the basic stuff all seems to work out, but it chokes on TBB. I should note that I'm just trying to use the rtools version...
I also have the first 5 chapters of McElreath’s _Rethinking_ translated to CmdStanPy+Arviz as options, I can upload them somewhere
One of the Arviz devs (@OriolAbril) put together this notebook which does more or less exactly this: https://oriolabrilpla.cat/python/arviz/stan/xarray/xarray-einstats/2022/04/25/einstats-hmm-cmdstanpy.html I suppose a question is if we need another version of this...
That description comes from the stansummary executable command in cmdstan, so this feature request is probably better there