From 05083c0f4699a971b7ad2d8cc18b6f5250cee02f Mon Sep 17 00:00:00 2001 From: richardbrinkman Date: Thu, 28 Dec 2023 11:15:30 +0100 Subject: [PATCH] Add: seaborn dependency for the binder environment.yml The README.md has a "launch binder" button that links to a slideshow notebook containing code that uses seaborn. --- binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/environment.yml b/binder/environment.yml index 090f8c4..f751408 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -20,3 +20,4 @@ dependencies: - ipywidgets - matplotlib-base - numpy + - seaborn