We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe784fd + b28f3f7 commit 6a7aaf2Copy full SHA for 6a7aaf2
README.rst
@@ -1,3 +1,6 @@
1
+... image:: https://mybinder.org/badge_logo.svg
2
+ :target: https://mybinder.org/v2/gh/takluyver/bash_kernel/master
3
+
4
A Jupyter kernel for bash
5
6
This requires IPython 3.
binder/postBuild
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -ex
+# Install the bash kernel
+python -m bash_kernel.install
binder/requirements.txt
@@ -0,0 +1 @@
+bash_kernel
0 commit comments