add binder config
This commit is contained in:
parent
2894b0194f
commit
93be203efe
|
@ -0,0 +1 @@
|
||||||
|
openjdk-8-jre
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Install bash_kernel https://github.com/takluyver/bash_kernel
|
||||||
|
python -m bash_kernel.install
|
|
@ -0,0 +1,2 @@
|
||||||
|
jupyter-server-proxy==1.5.3
|
||||||
|
bash_kernel==0.7.2
|
Loading…
Reference in New Issue