Skip to content

Commit

Permalink
Merge pull request ipython-contrib#1433 from casperdcl/patch-1
Browse files Browse the repository at this point in the history
codefolding: document --section edit
  • Loading branch information
juhasch authored Jul 21, 2019
2 parents e18ef73 + 48933e1 commit 8f006c0
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 8f006c0

Please sign in to comment.