I want to plot using pm.traceplot(mcmc_trace,['theta']) in Google Colab but getting error:
ImportError: ArviZ is not installed. In order to use plot_trace
:
pip install arviz
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
Whereas I have already installed Arviz and and import arviz which works but not able to plot.