diff --git a/README.md b/README.md index ef73429b572..edec1f999ac 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ reference its variables, eliminating the error-prone task of manually re-running cells. Delete a cell and marimo scrubs its variables from program memory, eliminating hidden state. - + @@ -79,15 +78,13 @@ transformers](https://docs.marimo.io/api/inputs/dataframe.html), and [chat interfaces](https://docs.marimo.io/api/inputs/chat.html), and the cells that use them are automatically re-run with their latest values. - + **Interactive dataframes.** [Page through, search, filter, and sort](https://docs.marimo.io/guides/working_with_data/dataframes.html) millions of rows blazingly fast, no code required. - + **Performant runtime.** marimo runs only those cells that need to be run by statically analyzing your code. @@ -178,8 +175,7 @@ marimo is easy to get started with, with lots of room for power users. For example, here's an embedding visualizer made in marimo ([video](https://marimo.io/videos/landing/full.mp4)): - + Check out our [docs](https://docs.marimo.io), the [`examples/`](examples/) folder, and our [gallery](https://marimo.io/gallery) to learn more. @@ -188,26 +184,22 @@ the [`examples/`](examples/) folder, and our [gallery](https://marimo.io/gallery - + - + - + - + diff --git a/docs/faq.md b/docs/faq.md index 319112c75c4..c52464c9517 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -90,7 +90,7 @@ synchronized with the Python kernel: no callbacks, no observers, no manually re-running cells.

-

diff --git a/docs/getting_started/key_concepts.md b/docs/getting_started/key_concepts.md index 355951e135c..5468b2a7305 100644 --- a/docs/getting_started/key_concepts.md +++ b/docs/getting_started/key_concepts.md @@ -52,7 +52,7 @@ variables defined by that cell._ This is reactive execution.
-
@@ -107,7 +107,7 @@ other marimo elements to build rich composite outputs:
-
@@ -139,7 +139,7 @@ that can wrap other UI elements.
-
diff --git a/docs/guides/editor_features/overview.md b/docs/guides/editor_features/overview.md index c5eff452c61..af94ab02d66 100644 --- a/docs/guides/editor_features/overview.md +++ b/docs/guides/editor_features/overview.md @@ -128,7 +128,7 @@ Get a link to share your notebook via our [online playground](../wasm.md):
-
diff --git a/docs/guides/interactivity.md b/docs/guides/interactivity.md index 1f471a4e1fc..d10af0e1add 100644 --- a/docs/guides/interactivity.md +++ b/docs/guides/interactivity.md @@ -7,7 +7,7 @@ global variable automatically runs all cells that reference it.**
-
@@ -75,7 +75,7 @@ value on form submission.
-
diff --git a/docs/guides/outputs.md b/docs/guides/outputs.md index 9e539780268..91e067d31e0 100644 --- a/docs/guides/outputs.md +++ b/docs/guides/outputs.md @@ -7,7 +7,7 @@ documented in the [API reference](../api/index.md).
-
@@ -74,7 +74,7 @@ top right.
-
diff --git a/docs/guides/publishing/playground.md b/docs/guides/publishing/playground.md index 7de84949b13..cf1229e83f5 100644 --- a/docs/guides/publishing/playground.md +++ b/docs/guides/publishing/playground.md @@ -123,7 +123,7 @@ link` to get a `marimo.app/...` URL representing your notebook:
-
diff --git a/docs/guides/reactivity.md b/docs/guides/reactivity.md index d8ff97f84b0..4d1b9de2dba 100644 --- a/docs/guides/reactivity.md +++ b/docs/guides/reactivity.md @@ -67,7 +67,7 @@ eliminates a common cause of bugs in traditional notebooks like Jupyter.