You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marimo-notebook/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ You should create a new folder named marimo on your computer and place each of t
4
4
5
5
Your download bundle contains the following files:
6
6
7
+
hypotenuse_calculator.py - This file contains the original hypotenuse_calculator code
7
8
hypotenuse_calculator_before_update.py - This file contains the code before any updating is attempted. The code has been deliberately placed out of order, however it runs cleanly.
8
9
hypotenuse_calculator_duplicate_variable.py - This file shows the effect of re-defining a variable. This file produces an error.
9
10
hypotenuse_calculator_after_update.py - This file contains the code after the `adjacent` variable was updated to `10`. This file runs cleanly.
@@ -17,5 +18,7 @@ packages.py - This file contains the code used to demonstrate sandboxing.
17
18
quadratic.py - This file contains the marimo notebook version of the quadratic formula example.
18
19
equation.py - This file contains the Python script version of quadratic.py.
19
20
21
+
simultaneous_equations.py - This file contains the code used to demonstrate marimo's UI elements.
22
+
simultaneous_equations_ui.py - This file contains a possible solution to the challenge skills test.
20
23
21
24
hidden_state.ipynb - This file contains a Jupyter Notebook that can be used as a starting point for the investigation of its problems. You should adjust it as instructed in the tutorial.
0 commit comments