From 3cc6e87b4cf6bfc85dfe8edc835eb90a14b8249c Mon Sep 17 00:00:00 2001 From: RuudHurkmans <59835874+RuudHurkmans@users.noreply.github.com> Date: Mon, 11 Jan 2021 16:29:46 +0100 Subject: [PATCH] Added ipywidget to the environment, for better representation of progress bars in notebooks --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 924fd0b..8ac3c6c 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,8 @@ dependencies: - python=3.7.* - git - pip - - ipykernel + - ipykernel + - ipywidgets - geopandas - rasterio - imod