Skip to content

Commit 1329364

Browse files
author
Stefan Kuethe
committed
Build heatmap example
1 parent 6808535 commit 1329364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marimo/export-notebooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
output_folder=${1:-dist}
3-
files=("getting-started.py" "pmtiles-vector.py" "drag-and-drop.py" "draw-control.py")
3+
files=("getting-started.py" "pmtiles-vector.py" "drag-and-drop.py" "draw-control.py" "earthquakes-heatmap.py")
44

55
for file in "${files[@]}"; do
66
without_extension="${file%.*}"

0 commit comments

Comments
 (0)