Spaces:
Running
Running
Add acknowledgment for source material in README
Browse files- probability/README.md +2 -0
probability/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
This collection of marimo notebooks teaches the fundamentals of probability,
|
| 4 |
with an emphasis on computation with Python.
|
| 5 |
|
|
|
|
|
|
|
| 6 |
|
| 7 |
**Running notebooks.** To run a notebook locally, use
|
| 8 |
|
|
|
|
| 3 |
This collection of marimo notebooks teaches the fundamentals of probability,
|
| 4 |
with an emphasis on computation with Python.
|
| 5 |
|
| 6 |
+
Much of the structure and many explanations here are adapted from Chris Piech's [Probability for Computer Scientists](https://chrispiech.github.io/probabilityForComputerScientists/en/index.html) course reader.
|
| 7 |
+
|
| 8 |
|
| 9 |
**Running notebooks.** To run a notebook locally, use
|
| 10 |
|