File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 88Jupyterlab extension that shows currently used variables and their values.
99Contributions 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
5251The 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
6162pip install lckr-jupyterlab-variableinspector
6263```
6364
65+ Or with ` conda ` :
66+
67+ ``` bash
68+ conda install -c conda-forge jupyterlab-variableinspector
69+ ```
70+
6471or 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
6978jupyter labextension install @lckr/jupyterlab_variableinspector
You can’t perform that action at this time.
0 commit comments