Akshay Agrawal
rename file
8d4e5c0
|
raw
history blame
735 Bytes

Learn probability

🚧 This collection is a work in progress. Check back later for new noteboks.

This collection of marimo notebooks teaches the fundamentals of probability, with an emphasis on computation with Python.

Running notebooks. To run a notebook locally, use

uvx marimo edit <URL>

For example, run the numbers tutorial with

uvx marimo edit https://github.com/marimo-team/learn/blob/main/probability/01_sets.py

You can also open notebooks in our online playground by appending marimo.app/ to a notebook's URL: marimo.app/https://github.com/marimo-team/learn/blob/main/probability/01_sets.py.