...
|
...
|
@@ -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
|
|