diff --git a/.binder/apt.txt b/.binder/apt.txt new file mode 100644 index 00000000..4d956093 --- /dev/null +++ b/.binder/apt.txt @@ -0,0 +1 @@ +graphviz diff --git a/.binder/postBuild b/.binder/postBuild new file mode 100755 index 00000000..87299c9d --- /dev/null +++ b/.binder/postBuild @@ -0,0 +1,7 @@ +#!/bin/bash +set -ex +curl -LsSf https://astral.sh/uv/install.sh | sh +uv sync \ + --extra jupyter \ + --extra notebooks +source .venv/bin/activate diff --git a/.binder/runtime.txt b/.binder/runtime.txt new file mode 100644 index 00000000..67ebc4e9 --- /dev/null +++ b/.binder/runtime.txt @@ -0,0 +1 @@ +python-3.11