We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d9627 + 2f9ad78 commit 99849b7Copy full SHA for 99849b7
README.md
@@ -105,9 +105,9 @@ cd jupyterlab-git
105
pip install -e .[test]
106
jupyter serverextension enable --py jupyterlab_git --sys-prefix
107
108
-# Build the labextension and dev-mode link it to jlab
+# Build and install your development version of the extension
109
jlpm
110
-jupyter labextension link .
+jupyter labextension install .
111
```
112
113
To rebuild the package after a change and the JupyterLab app:
0 commit comments