1

I am trying to get a variable inspector widget to work on JUPYTER LAB, following, among others, the comments in this discussion:

Variable Explorer in Jupyter Notebook

I understand it works for JUPYTER NOTEBOOK (and I have been able to do that), but is there any way for this to be done in the JUPYTER LAB? Thanks.

Jorge
  • 2,181
  • 1
  • 19
  • 30

1 Answers1

2

If you use Jupyter Notebooks within Jupyter Lab there has been a lot of discussion about implementing a variable explorer/inspector. You can follow the issue here

As of right now there is one Jupyter Lab extension in the works that implements a Spyder-like variable explorer. You can find the lab extension (with installation instructions) here: https://github.com/lckr/jupyterlab-variableInspector

enter image description here

Simon
  • 9,762
  • 15
  • 62
  • 119