Skip to content

Commit 6a7aaf2

Browse files
authored
Merge pull request #95 from mwouts/bash_kernel_on_binder
Bash kernel on binder
2 parents fe784fd + b28f3f7 commit 6a7aaf2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
... image:: https://mybinder.org/badge_logo.svg
2+
:target: https://mybinder.org/v2/gh/takluyver/bash_kernel/master
3+
14
A Jupyter kernel for bash
25

36
This requires IPython 3.

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)