mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-08 03:28:31 +03:00
7 lines
138 B
TOML
7 lines
138 B
TOML
[build]
|
|
builder = "nixpacks"
|
|
buildCommand = """
|
|
pip install -e . && \
|
|
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
|
"""
|