Skip to content

Commit

Permalink
Add graphviz to Binder image using apt.txt API (#3669)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
matthewfeickert authored and ColCarroll committed Oct 27, 2019
1 parent f620863 commit 15eb75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Sponsors

|ODSC|

.. |Binder| image:: https://mybinder.org/badge.svg
.. |Binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/pymc-devs/pymc3/master?filepath=%2Fdocs%2Fsource%2Fnotebooks
.. |Build Status| image:: https://travis-ci.org/pymc-devs/pymc3.svg?branch=master
:target: https://travis-ci.org/pymc-devs/pymc3
Expand Down
1 change: 1 addition & 0 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graphviz

0 comments on commit 15eb75e

Please sign in to comment.