From 563bc9dd205d366840f66d34be7e89e9a9f72a3e Mon Sep 17 00:00:00 2001 From: rbeucher Date: Thu, 20 Jul 2023 13:34:42 +1000 Subject: [PATCH] Add Jupyter-book --- scripts/build.sh | 4 ++-- scripts/environment.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 40a616d..aa3a275 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -97,9 +97,9 @@ function inner() { set -u jupyter lab build - esmvaltool install Julia - + # esmvaltool install Julia conda clean -a -f -y + conda list } diff --git a/scripts/environment.yml b/scripts/environment.yml index f976f37..2779604 100644 --- a/scripts/environment.yml +++ b/scripts/environment.yml @@ -51,6 +51,8 @@ dependencies: - jupyterlab_server - jupyter-server-proxy - jupyter-resource-usage +- jupyter-book +- jupytext - greenlet ### Dependency of... something? - objgraph ### Unlisted dependency of greenlet - asyncssh