Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 561 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 561 Bytes

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/