From 48933e1722c81278bf30303be48592a17827b9a2 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 18 Jul 2019 18:06:15 +0100 Subject: [PATCH] codefolding: document --section edit the extension does not work at all if installed without the `--section edit` flag --- .../nbextensions/codefolding/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md b/src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md index b255642f6..fa506f29e 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md @@ -58,6 +58,18 @@ Folded: +Installation +------------ + +Note that there are two extensions: one for the notebook interface (`notebook:codefolding/main`), +and one for the editor (`edit:codefolding/edit`) which have slightly different installation syntax: + +```bash +jupyter nbextension enable codefolding/main +jupyter nbextension enable --section edit codefolding/edit +``` + + Internals ---------