Skip to content

Commit 993f559

Browse files
psychemediahas2k1
authored andcommitted
Binderise (has2k1#16)
* Create apt.txt * Add Binder badge * Create postBuild * Create requirements.txt * Import Binder start path link * Move badge
1 parent 32b4a17 commit 993f559

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ Build Status |buildstatus|_
99
Coverage |coverage|_
1010
================= ===============
1111

12+
.. image:: https://mybinder.org/badge_logo.svg
13+
:target: https://mybinder.org/v2/gh/has2k1/gnuplot_kernel/master?filepath=examples
1214

1315
`gnuplot_kernel` has been developed for use specifically with
1416
`Jupyter Notebook`. It can also be loaded as an `IPython`
1517
extension allowing for `gnuplot` code in the same `notebook`
1618
as `python` code.
1719

18-
1920
Installation
2021
============
2122

apt.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gnuplot

postBuild

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python -m gnuplot_kernel install --user

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy
2+
matplotlib

0 commit comments

Comments
 (0)