You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sampleApp demo https://pgmlearning.herokuapp.com/samplingApp
mentioned in the sampling method chapter scripts are not loaded when visiting the demo through https due to mixing http and https connections.
In the sampleApp demo
https://pgmlearning.herokuapp.com/samplingApp
mentioned in the sampling method chapter scripts are not loaded when visiting the demo through https due to mixing http and https connections.
In particular
http://d3js.org/d3.v4.min.js
and
http://dimplejs.org/dist/dimple.v2.3.0.min.js
which prevent the demo from computing samples
Just changing urls to the https versions should fix the issue
The text was updated successfully, but these errors were encountered: