Update notebook.py
Browse files- notebook.py +2 -0
notebook.py
CHANGED
@@ -28,6 +28,8 @@ def _(mo):
|
|
28 |
One of the remarkable things about mathematical constants like $\pi$ is how frequently they arise in nature, in the most surprising of places.
|
29 |
|
30 |
Inspired by 3Blue1Brown, this marimo notebook shows how the number of collisions incurred in a particular system involving two blocks converges to the digits in $\pi$.
|
|
|
|
|
31 |
"""
|
32 |
)
|
33 |
return
|
|
|
28 |
One of the remarkable things about mathematical constants like $\pi$ is how frequently they arise in nature, in the most surprising of places.
|
29 |
|
30 |
Inspired by 3Blue1Brown, this marimo notebook shows how the number of collisions incurred in a particular system involving two blocks converges to the digits in $\pi$.
|
31 |
+
|
32 |
+
**Tip!**: Use the menu in the top right to reveal the notebook's code.
|
33 |
"""
|
34 |
)
|
35 |
return
|