We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b4a17 commit 993f559Copy full SHA for 993f559
README.rst
@@ -9,13 +9,14 @@ Build Status |buildstatus|_
9
Coverage |coverage|_
10
================= ===============
11
12
+.. image:: https://mybinder.org/badge_logo.svg
13
+ :target: https://mybinder.org/v2/gh/has2k1/gnuplot_kernel/master?filepath=examples
14
15
`gnuplot_kernel` has been developed for use specifically with
16
`Jupyter Notebook`. It can also be loaded as an `IPython`
17
extension allowing for `gnuplot` code in the same `notebook`
18
as `python` code.
19
-
20
Installation
21
============
22
apt.txt
@@ -0,0 +1 @@
1
+gnuplot
postBuild
+python -m gnuplot_kernel install --user
requirements.txt
@@ -0,0 +1,2 @@
+numpy
2
+matplotlib
0 commit comments