Skip to content

Commit

Permalink
Merge pull request #300 from martinRenou/jlab_extension_install_command
Browse files Browse the repository at this point in the history
README: Add JupyterLab extension install command
  • Loading branch information
jtpio authored Jul 12, 2019
2 parents c399d66 + 85fead6 commit 19c3f8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ or from pypi
pip install voila
```

### JupyterLab preview extension

Voila provides a JupyterLab extension that displays a Voila preview of your Notebook in a side-pane:

```
jupyter labextension install @jupyter-voila/jupyterlab-preview
```

## Usage

### As a standalone tornado application
Expand Down

0 comments on commit 19c3f8c

Please sign in to comment.