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
* wip: make marimo html-wasm example
* feat: build all marimo notebooks and push to GH pages
* docs: update README
* chore: just pin to major versions
* feat: add integration test for plant explorer
* add playwright to wasm env
* add pytest fixture which spins up a test server
* futz around with playwright selectors to interact with different UI elements & look at charts
* update GHA + export script to accommodate testing changes
* update README :)
* fix plant-explorer which didn't have a parquet engine imported -_-
* docs: updates from PR review
**Any changes made to these notebooks directly in this repository will be overwritten.**
8
+
We have multiple categories of notebooks in this repository:
12
9
10
+
| Category | File location | Description | Live view | Local dev env |
11
+
| --- | --- | --- | --- | --- |
12
+
|[Kaggle notebooks](#kaggle-notebooks)| repository root | Mirrored from the [Kaggle notebooks](https://www.kaggle.com/code/catalystcooperative/). Any changes made to these notebooks directly in this repository will be overwritten. |[Kaggle](https://www.kaggle.com/code/catalystcooperative/)|`pixi run -e kaggle jupyter lab`|
13
+
|[WebAssembly Marimo notebooks](#webassembly-marimo-notebooks)|`wasm/marimo`| Marimo notebooks designed for exporting as interactive browser dashboards. |[PUDL Data Viewer](https://data.catalyst.coop/secret-gallery)|`pixi run -e wasm marimo edit`|
13
14
14
-
## Run Jupyter Notebooks on Kaggle
15
+
## General development notes
15
16
16
-
The easiest way to get up and running with the Jupyter examples and a fresh copy of all the
17
-
PUDL data is on [Kaggle](https://www.kaggle.com).
17
+
We use `pixi` to manage the Python environment. You can install it according to
0 commit comments