In Google's colaboratory, installed arviz then did import arviz without error, but in a code cell, pm.plot_posterior(samples) gets error: arviz not installed.
Trying to plot Bayesian code
pm.plot_posterior(samples)
I expect a plot
In Google's colaboratory, installed arviz then did import arviz without error, but in a code cell, pm.plot_posterior(samples) gets error: arviz not installed.
Trying to plot Bayesian code
pm.plot_posterior(samples)
I expect a plot
Copyright © 2021 Jogjafile Inc.
Hi did you try adding the cell magic
%matplotlib inline? This may be an issue where jupyter-notebook doesn't "know" to render the plot inline