From 2a22a0c18ff4e65ec369387e836fa84274370548 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Tue, 26 Sep 2023 12:55:13 +0200 Subject: [PATCH] remove install instructions jlab2 and old notebook --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index d17355a..e125e81 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,3 @@ or using pip: ``` sh $ python -m pip install ipyfastscape ``` - -If you use jupyterlab (2.x), you also need to install some extensions: - -``` sh -$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipygany -``` - -If you installed ipyfastscape using pip and you are using jupyter's "classic" -notebook, you need to enable those extensions: - -``` sh -$ jupyter nbextension enable --py --sys-prefix ipygany -```