We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18ef73 commit 48933e1Copy full SHA for 48933e1
src/jupyter_contrib_nbextensions/nbextensions/codefolding/readme.md
@@ -58,6 +58,18 @@ Folded:
58
59
60
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
73
Internals
74
---------
75
0 commit comments