Interactive Simulations with pluto for teaching #879
Replies: 3 comments 4 replies
-
That sounds great! We are actively working on this feature. Just a quick question: have you tried http://pluto-on-binder.glitch.me ? I you have, then perhaps you can edit your question to explain what features you are still missing? |
Beta Was this translation helpful? Give feedback.
-
Boy oh boy! I discovered something interesting for myself! Thank you and your team @dorn-gerhard for this wonderful MOOC! |
Beta Was this translation helpful? Give feedback.
-
@dorn-gerhard I just discovered this course and thought that it was brilliant :) I was wondering how you managed to host the notebooks and retain their interactivity? Did you use PlutoSlideServer with servers on AWS/ DigitalOcean etc? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am currently designing a free massive open online course on Bayesian probability theory which is pixelart story based ("Captain Bayes and her adventures in probability theory") and would like to use pluto notebooks for a part of the course.
Trailer to the course: https://www.youtube.com/watch?v=gTWU6JFHxXg
The idea is to provide the students with interactive simulations that help them to comprehend the concepts of probability theory. It's like a computational lab.
The basic requirements are:
Desired features (which I was not able to realize so far - mostly concerns binder and server settings):
An example is binomial distribution: You repeat n times a binary experiment with two outcomes (e.g. red and blue balls) with probabilites p and 1-p and count the number k of red balls. Then you repeat the whole thing N times and visualize the distribution as histogram and compare it with the binomial distribution (n choose k)
I created a pluto example illustrating the central limit theorem:
https://github.com/dorn-gerhard/Bayes_IMOOX/blob/master/random_dice.jl
I am looking for advice / suggestions / help to realize the desired features, maybe you can give me some inspiration and I can report about the progress :)
Beta Was this translation helpful? Give feedback.
All reactions