From a44551ad8c9847c9283abfec624d30be9c053c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Mon, 3 Oct 2022 15:45:32 +0200 Subject: [PATCH] Add Jupyter extensions to environment. --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d45c0dd..413a2ad 100644 --- a/environment.yml +++ b/environment.yml @@ -3,5 +3,6 @@ channels: - conda-forge dependencies: - notebook + - jupyter_contrib_nbextensions - xeus-cling=0.13.0 - - gcc=9.4.0 \ No newline at end of file + - gcc=9.4.0 -- GitLab