Browse code

add instructions for installing labextensions for Jupyterlab (#257)

Bas Nijholt authored on 15/01/2020 15:20:12 • GitHub committed on 15/01/2020 15:20:12
Showing 1 changed files
... ...
@@ -89,6 +89,13 @@ The recommended way to install adaptive is using ``conda``:
89 89
 The ``[notebook]`` above will also install the optional dependencies for
90 90
 running ``adaptive`` inside a Jupyter notebook.
91 91
 
92
+To use Adaptive in Jupyterlab, you need to install the following labextensions.
93
+
94
+.. code:: bash
95
+
96
+    jupyter labextension install @jupyter-widgets/jupyterlab-manager
97
+    jupyter labextension install @pyviz/jupyterlab_pyviz
98
+
92 99
 Development
93 100
 -----------
94 101