From 939a5c2cf621b0a21031804051779bad4b619864 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 24 Nov 2022 09:33:41 +0100 Subject: [PATCH] Install scrapbook instead of nteract-scrapbook --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index e3bc3809..64f77d90 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,6 +5,6 @@ dependencies: - numpy - pandas - matplotlib - - nteract-scrapbook + - scrapbook - nbformat - nbclient