Skip to content

Commit

Permalink
codefolding: document --section edit
Browse files Browse the repository at this point in the history
the extension does not work at all if installed without the `--section edit` flag
  • Loading branch information
casperdcl authored Jul 18, 2019
1 parent e18ef73 commit 48933e1
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down

0 comments on commit 48933e1

Please sign in to comment.