Skip to content

sourcefranke/dice_roll_odds

Repository files navigation

Dice Roll Odds

This is a short excursion about odds and dice rolls.

Jupyter Notebook

For implementing the algorithms calculating the results I used Python embedded in a Jupyter Notebook.

Install Python packages

Jupyter

pip3 install jupyter

Dependencies

pip3 install matplotlib

Commands

Convert notebook to HTML

jupyter nbconvert --execute --to html index.ipynb --HTMLExporter.theme=dark

Result

The resulting HTML you can watch here: https://sourcefranke.github.io/dice_roll_odds/

About

This is a short excursion about the odds for dice rolls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published