Skip to content

Commit 15eb75e

Browse files
matthewfeickertColCarroll
authored andcommitted
Add graphviz to Binder image using apt.txt API (#3669)
* Add graphviz to Binder image using apt.txt API graphviz is needed for pymc3.model_to_graphviz and is used in some example notebooks. If Binder finds an apt.txt file it will then proceed to install its contents with apt-get in the image it builds with repo2docker. c.f. https://github.com/binder-examples/latex * Update Binder badge to use new badge design
1 parent f620863 commit 15eb75e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Sponsors
186186

187187
|ODSC|
188188

189-
.. |Binder| image:: https://mybinder.org/badge.svg
189+
.. |Binder| image:: https://mybinder.org/badge_logo.svg
190190
:target: https://mybinder.org/v2/gh/pymc-devs/pymc3/master?filepath=%2Fdocs%2Fsource%2Fnotebooks
191191
.. |Build Status| image:: https://travis-ci.org/pymc-devs/pymc3.svg?branch=master
192192
:target: https://travis-ci.org/pymc-devs/pymc3

binder/apt.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
graphviz

0 commit comments

Comments
 (0)