We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7505884 commit da74d49Copy full SHA for da74d49
1 file changed
docs/guides/scripts.md
@@ -11,7 +11,8 @@ Running a notebook as a script is useful when your notebook has side-effects,
11
like writing to disk. Print statements and other console outputs will show
12
up in your terminal.
13
14
-marimo ntoebooks can also [double as importable modules, providing libraries
+marimo notebooks can also [double as importable
15
+modules](https://docs.marimo.io/guides/reusing_functions/), providing libraries
16
of functions and classes that you can reuse in other programs:
17
18
```python
0 commit comments