From 50c56174e4b2bb24390692fe2a96153328904ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= Date: Sat, 21 Nov 2020 21:52:04 +0100 Subject: [PATCH] Uninstall nb_conda_kernels, now that SageMath is installed in the base env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b461300..d62e48e 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - ipywidgets # Interactive widgets #- rise # Slides - nbdime # Jupyter-git integration -- nb_conda_kernels # In particular for sagemath which is not installed by conda +#- nb_conda_kernels # In particular for sagemath which is not installed by conda - pip # Visual Studio (conda packages) -- GitLab