colaboratory will not acknowledge arviz after installation and import

后端 未结 2 1867
遇见更好的自我
遇见更好的自我 2021-01-19 19:49

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.

Tryin

2条回答
  •  一个人的身影
    2021-01-19 20:49

    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

提交回复
热议问题