Reputation: 2239
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.
Upvotes: 1
Views: 2522
Reputation: 10158
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
Upvotes: 2