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
Support for watching data files and automatically refreshing cells that depend on them is coming soon. Follow along at <https://github.com/marimo-team/marimo/issues/3258>
47
47
48
-
## Developing in WASM mode
48
+
## Hot-reloading WebAssembly notebooks
49
+
50
+
Follow these steps to develop a notebook using your own editor while
51
+
previewing it as a [WebAssembly notebook](../wasm.md) in the browser. This lets
52
+
you take advantage of local development tools while seeing the notebook as it
53
+
appears when deployed as a WebAssembly notebook.
49
54
50
-
Follow these steps to develop a notebook using your own editor, while previewing it as a WebAssembly notebook in the browser. This lets you take advantage of local development tools while seeing the notebook as it appears when deployed as a [WebAssembly notebook](../wasm.md).
51
55
```bash
52
-
# in one terminal, start a watched edit session
56
+
# in one terminal, start a watched edit (or run) session
0 commit comments