Skip to content

Commit 48933e1

Browse files
authored
codefolding: document --section edit
the extension does not work at all if installed without the `--section edit` flag
1 parent e18ef73 commit 48933e1

File tree

1 file changed

+12
-0
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/codefolding

1 file changed

+12
-0
lines changed

src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ Folded:
5858

5959

6060

61+
Installation
62+
------------
63+
64+
Note that there are two extensions: one for the notebook interface (`notebook:codefolding/main`),
65+
and one for the editor (`edit:codefolding/edit`) which have slightly different installation syntax:
66+
67+
```bash
68+
jupyter nbextension enable codefolding/main
69+
jupyter nbextension enable --section edit codefolding/edit
70+
```
71+
72+
6173
Internals
6274
---------
6375

0 commit comments

Comments
 (0)