From 2b73947e557a9c9d2701a95a9abb97b2de8f3099 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Thu, 16 Apr 2020 12:45:40 +0200 Subject: [PATCH] Install GraphViz on Binder to allow using Dot visualisations --- binder/apt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/apt.txt b/binder/apt.txt index ea5cebf..9d19d52 100644 --- a/binder/apt.txt +++ b/binder/apt.txt @@ -1 +1,2 @@ default-jre-headless +graphviz -- GitLab