I am currently having below version of jupyter and i want to install new extension…
jupyter --version
jupyter core     : 4.6.3
jupyter-notebook : 6.1.1
qtconsole        : 4.7.5
ipython          : 7.17.0
ipykernel        : 5.3.4
jupyter client   : 6.1.6
jupyter lab      : 3.0.6
nbconvert        : 5.6.1
ipywidgets       : 7.5.1
nbformat         : 5.0.7
traitlets        : 4.3.3
If this refers to this extension: GitHub - lckr/jupyterlab-variableInspector: Variable Inspector extension for Jupyterlab
Then according to the README it should be possible to install it with the following command for JupyterLab 3.0:
pip install lckr-jupyterlab-variableinspector
            
              
              
              1 Like
            
            
          Yeah…But from read me I could see we need to satisfy few requirements as well…like below
Requirements
- JupyterLab >= 3.0
 
Requirements for python functionality
- 
pandasandnumpyare required to enable matrix inspection. - 
pysparkfor spark support. - 
tensorflowandkerasto allow inspection of tf objects. - 
torchfor PyTorch support. 
Requirements for R functionality
- The 
reprlibrary. 
Requirements for ipywidgets functionality
            The other requirements can also be installed with pip, for example to get the basic functionalities:
pip install pandas numpy