Skip to content

Commit 7bbc680

Browse files
committed
Marp exports
1 parent 5cf91ab commit 7bbc680

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pixi.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ platforms = ["win-64", "linux-64", "osx-arm64"]
66
version = "1.0.0"
77

88
[tasks]
9+
# Exercises from the tutorial
910
convert = "ngff-zarr -i data/vis_male.nrrd -o vis_male.ome.zarr"
1011
"convert-ome-zarr-0.5" = "ngff-zarr -i data/carp.nrrd -o carp.ome.zarr --ome-zarr-version 0.5"
1112
"convert-sharding" = "ngff-zarr -i data/carp.nrrd -o carp.ome.zarr --ome-zarr-version 0.5 --chunks-per-shard 4"
1213

14+
# Document exports
15+
export-html = "npx -y @marp-team/marp-cli@latest README.md -o index.html"
16+
export-pdf = "npx -y @marp-team/marp-cli@latest README.md -o scientific-ai-omezarr-tutorial.pdf"
17+
1318
[dependencies]
1419
python = "3.11.*"
20+
# Marp presentation
1521
nodejs = ">=24.4.1,<24.5"
1622

1723
[pypi-dependencies]

0 commit comments

Comments
 (0)