Skip to content

Commit

Permalink
DX: define Binder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 16, 2024
1 parent d41fb4a commit 2365e94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .binder/apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graphviz
7 changes: 7 additions & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.11

0 comments on commit 2365e94

Please sign in to comment.