Spaces:
Sleeping
Sleeping
Akshay Agrawal
commited on
Commit
·
0124a38
1
Parent(s):
d727016
readme: probability
Browse files- probability/README.md +22 -0
probability/README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Learn probability
|
2 |
+
|
3 |
+
🚧 _This collection is a work in progress. Check back later for new noteboks._
|
4 |
+
|
5 |
+
This collection of marimo notebooks teaches the fundamentals of probability,
|
6 |
+
with an emphasis on computation with Python.
|
7 |
+
|
8 |
+
|
9 |
+
**Running notebooks.** To run a notebook locally, use
|
10 |
+
|
11 |
+
```bash
|
12 |
+
uvx marimo edit <URL>
|
13 |
+
```
|
14 |
+
|
15 |
+
For example, run the numbers tutorial with
|
16 |
+
|
17 |
+
```bash
|
18 |
+
uvx marimo edit https://github.com/marimo-team/learn/blob/main/probability/00_sets.py
|
19 |
+
```
|
20 |
+
|
21 |
+
You can also open notebooks in our online playground by appending `marimo.app/`
|
22 |
+
to a notebook's URL: [marimo.app/https://github.com/marimo-team/learn/blob/main/pprobability/00_sets.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/probability/00_sets.py).
|