From 85fead6bca0b740453611f52fb90a492e66045ef Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 11 Jul 2019 23:38:26 +0200 Subject: [PATCH] README: Add JupyterLab extension install command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a07ba0a51..a92901d46 100644 --- a/README.md +++ b/README.md @@ -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