You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install your development version of the extension with JupyterLab
32
+
jupyter labextension develop . --overwrite
33
+
34
+
# build the TypeScript source after making changes
35
+
jlpm run build
36
+
37
+
# start JupyterLab
38
+
jupyter lab
22
39
```
23
40
24
-
The examples currently target **JupyterLab 2.x**. If you would like to use the examples with JupyterLab 1.x, check out the [1.x branch](https://github.com/jupyterlab/extension-examples/tree/1.x). Note that the `1.x` branch is not updated anymore.
41
+
The examples currently target **JupyterLab 3.x**.
42
+
43
+
If you would like to use the examples with JupyterLab 2.x, check out the [2.x branch](https://github.com/jupyterlab/extension-examples/tree/2.x).
44
+
45
+
If you would like to use the examples with JupyterLab 1.x, check out the [1.x branch](https://github.com/jupyterlab/extension-examples/tree/1.x).
46
+
47
+
Note that the `1.x` and `2.x` branches are not updated anymore.
0 commit comments