This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.14" | |
| # dependencies = [ | |
| # "marimo>=0.17.0", | |
| # "polars", | |
| # "pyzmq", | |
| # ] | |
| # /// | |
| import marimo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import marimo | |
| __generated_with = "0.16.2" | |
| app = marimo.App() | |
| @app.cell | |
| def _(): | |
| import marimo as mo | |
| mo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import marimo | |
| __generated_with = "0.16.2" | |
| app = marimo.App() | |
| @app.cell | |
| def _(): | |
| import marimo as mo | |
| mo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <link rel="icon" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@marimo-team/frontend@0.13.15/dist/favicon.ico" /> | |
| <!-- Preload is necessary because we show these images when we disconnect from the server, | |
| but at that point we cannot load these images from the server --> | |
| <link rel="preload" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@marimo-team/frontend@0.13.15/dist/assets/gradient-yHQUC_QB.png" as="image" /> | |
| <link rel="preload" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@marimo-team/frontend@0.13.15/dist/assets/noise-60BoTA8O.png" as="image" /> | |
| <!-- Preload the fonts --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.13" | |
| # dependencies = [ | |
| # "fsspec==2025.5.1", | |
| # "marimo", | |
| # "matplotlib==3.10.3", | |
| # "pooch==1.8.2", | |
| # "scikit-image==0.25.2", | |
| # "tifffile==2025.6.1", | |
| # "zarr==3.0.8", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.13" | |
| # dependencies = [ | |
| # "anywidget==0.9.18", | |
| # "marimo", | |
| # "traitlets==5.14.3", | |
| # ] | |
| # /// | |
| import marimo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.13" | |
| # dependencies = [ | |
| # "altair==5.5.0", | |
| # "anywidget==0.9.18", | |
| # "marimo", | |
| # "polars==1.27.1", | |
| # "pyarrow==19.0.1", | |
| # "quak==0.2.2", | |
| # ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.13" | |
| # dependencies = [ | |
| # "ngff-zarr", | |
| # "numpy", | |
| # "rich", | |
| # ] | |
| # | |
| # [tool.uv] | |
| # exclude-newer = "2025-03-18T14:10:36.371318-04:00" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as assert from "jsr:@std/assert@1.0.11"; | |
| import * as fflate from "npm:fflate@0.8.2"; | |
| import * as pako from "npm:pako@2.1.0"; | |
| const base = new URL( | |
| "https://raw.githubusercontent.com/zarr-developers/zarr_implementations/5dc998ac72/examples/zarr.zr/gzip/.zarray", | |
| ); | |
| const BYTES = await fetch(new URL("0.0.0", base)) | |
| .then((r) => r.arrayBuffer()) |
NewerOlder