From 5659ab5b1772b61ef1320ffcdb33de982c77e17e Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 15 Jun 2021 11:22:15 -0600 Subject: [PATCH] Add one dependency to environment.yml - add the nbextensions dependency so table of contents widget will display for notebooks with new template --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 040627d..ff653d4 100644 --- a/environment.yml +++ b/environment.yml @@ -23,3 +23,4 @@ - shapely - six - pip + - jupyter_contrib_nbextensions