Skip to content

Commit 9661754

Browse files
jtpiofcollonval
andauthored
Minor README.md updates (#266)
* Readme tweaks * Add `conda` install --------- Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
1 parent 0c740f2 commit 9661754

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Jupyterlab extension that shows currently used variables and their values.
99
Contributions in any form are welcome!
1010

11-
1211
## Features
1312

1413
![Demogif](early_demo.gif)
@@ -51,19 +50,29 @@ The variable inspector can also display Jupyter interactive widgets:
5150

5251
The requirements for this functionality are:
5352

54-
- `ipywidgets`
55-
53+
- `ipywidgets`, which can be installed with `pip install ipywidgets`.
5654

5755
## Install
58-
**NOTE:** The main way to install this extension is via pip as described below.
56+
57+
### JupyterLab 3+
58+
59+
If you are using JupyterLab 3 or above, you can install the extension with `pip`:
5960

6061
```bash
6162
pip install lckr-jupyterlab-variableinspector
6263
```
6364

65+
Or with `conda`:
66+
67+
```bash
68+
conda install -c conda-forge jupyterlab-variableinspector
69+
```
70+
6471
or via the extension manager that comes built-in with Jupyterlab
6572

66-
For JupyterLab v2 or earlier, you can install the extension from npmjs via:
73+
### JupyterLab 2
74+
75+
If you are using JupyterLab 2, you can install the extension with the following command:
6776

6877
```bash
6978
jupyter labextension install @lckr/jupyterlab_variableinspector

0 commit comments

Comments
 (0)