New Bayesian Statistics tutorials with Turing

Hi @Storopoli I a new user of Turing and Julia for Bayesian modeling. I was trying to replicate a basic Linear Regression model in your GitHub link (Children’s IQ Score example). I could replicate the model but could not plot the posterior results / trace using StatsPlots.

When I type using StatsPlots and try to run in the Jupyter Notebook it gives errors stating that one of StatsPlots dependencies Arpack has not been installed correctly. See this link (I posted this under New To Julia) Arpack error with StatsPlots

Any pointers in this regard? I’m coming from R and Python based Bayesian Models using brms and rstan as well as pymc. Are there any alternatives to StatsPlots that would allow me to plot the Bayesian model results?