Skip to content

Commit

Permalink
Fix nbextension commands for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Aug 7, 2019
1 parent f523a7e commit 5a483fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ This makes voila available as a server extension: [http://localhost:8888/voila/t
To install the notebook extension:

```bash
jupyter nbextension install voila --sys-prefix
jupyter nbextension enable voila --sys-prefix
jupyter nbextension install voila --sys-prefix --py
jupyter nbextension enable voila --sys-prefix --py
```

### JupyterLab extension
Expand Down

0 comments on commit 5a483fe

Please sign in to comment.