A dashboard to help explore some of the most common probability distributions. Powered by Dash & SciPy.
You can try it out here, courtesy of Render.
NOTE: Free-hosted apps might take a while to load since they are shut down when not in use.
-
Download the files, and create a virtual environment:
git clone https://github.com/Tim-Abwao/probability-distributions-with-dash.git cd probability-distributions-with-dash python3 -m venv venv source venv/bin/activate
-
Install the required packages, and launch the app:
pip install -U pip pip install -r requirements.txt waitress-serve dist_dashboard:server