Skip to content

Commit 0775308

Browse files
committed
Install the bash kernel on binder
1 parent 68c922d commit 0775308

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

binder/postBuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
# Install the bash kernel
6+
python -m bash_kernel.install

binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bash_kernel

0 commit comments

Comments
 (0)