Skip to content

Commit 966671c

Browse files
fcollonvalianhi
andauthored
Add some notes for JupyterLab <3 (#865)
* Add some notes for JupyterLab <3 * Update README.md Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com> Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
1 parent 3c28978 commit 966671c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To see the extension in action, open the example notebook included in the Binder
1111

1212
## Requirements
1313

14-
- JupyterLab >= 3.0 (older version available for 2.x)
14+
- JupyterLab >= 3.0 ([older version](https://github.com/jupyterlab/jupyterlab-git/tree/jlab-2) available for 2.x)
1515
- Git (version `>=2.x`)
1616

1717
## Usage
@@ -32,6 +32,12 @@ or with _conda_:
3232
conda install -c conda-forge jupyterlab jupyterlab-git
3333
```
3434

35+
For JupyterLab < 3, you will need to run the following command after installing the package:
36+
37+
```bash
38+
jupyter lab build
39+
```
40+
3541
### Uninstall
3642

3743
```bash
@@ -44,6 +50,12 @@ or with _conda_:
4450
conda remove jupyterlab-git
4551
```
4652

53+
For JupyterLab < 3, you will also need to run the following command after removing the Python package:
54+
55+
```bash
56+
jupyter labextension uninstall @jupyterlab/git
57+
```
58+
4759
## Settings
4860

4961
### UI Settings

0 commit comments

Comments
 (0)