research icon indicating copy to clipboard operation
research copied to clipboard

distribution_plotting.ipynb not longer working with latest pymc version

Open tkanngiesser opened this issue 2 years ago • 1 comments


AttributeError Traceback (most recent call last) in ----> 1 ax = pm.Normal.dist(mu=0, sigma=2).plot()

AttributeError: 'TensorVariable' object has no attribute 'plot'

tkanngiesser avatar Jan 04 '23 09:01 tkanngiesser