add binder config

This commit is contained in:
Felix Lohmeier 2021-06-17 12:42:22 +02:00
parent 2894b0194f
commit 93be203efe
3 changed files with 8 additions and 0 deletions

1
binder/apt.txt Normal file
View File

@ -0,0 +1 @@
openjdk-8-jre

5
binder/postBuild Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
# Install bash_kernel https://github.com/takluyver/bash_kernel
python -m bash_kernel.install

2
binder/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
jupyter-server-proxy==1.5.3
bash_kernel==0.7.2