SMC Sampler "name 'HTML' is not defined" Error

I think I may have found a potential bug. If I set the boolean value for the progress bar to “False”, the sampler runs just fine:

idata = pm.sample_smc(random_seed=42,progressbar=False)

It appears that the HTML error is related to the progress bar for the SMC sampler.

Can anyone recreate this issue?
Thanks again for any help.

1 Like