Binomial distribution
Ever wondered how likely you are to win a binary game a certain number of times? Now you can quickly explore the probabilities and see your chances at a glance!
After trying geopandas and streamlit to get interactive plots and web apps, I now gave bokeh a shot. However, to get any kind of calculations done, you’d need to run a bokeh server, which is not possible in my current static hugo & github pages setup.
So I reverted to plotly and wrote the update functions to re-calculate the probabilities in JavaScript, which can be run client-side in the browser.