question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nothing visible in variable-inspector for jupyterlab(windows)

See original GitHub issue

When I run jupyter notebook I get the variable inspector floating box(display at startup) which is working fine. But when I run jupyter lab and rightclick > open variable inspector I get variable inspector tab with column names [name,type…]. When I run a cell nothing is being displayed in the tab. This issue is only when I use jupyterlab(not jupyter notebook).

My jupyter lab version

C:\Users\andey>pip freeze | grep jupy
jupyter==1.0.0
jupyter-client==6.0.0
jupyter-console==6.1.0
jupyter-contrib-core==0.3.3
jupyter-contrib-nbextensions==0.5.1
jupyter-core==4.6.3
jupyter-highlight-selected-word==0.2.0
jupyter-latex-envs==1.4.6
jupyter-nbextensions-configurator==0.4.1
jupyter-server==0.1.1
jupyter-server-proxy==1.2.0
jupyterlab==2.0.1
jupyterlab-code-formatter==1.2.0
jupyterlab-github==2.0.0
jupyterlab-pygments==0.1.0
jupyterlab-server==1.0.7
jupyterthemes==0.20.0

Installed extension using

pip install ipywidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @lckr/jupyterlab_variableinspector

jupyterlab extension list

C:\Users\andey>jupyter labextension list
JupyterLab v2.0.1
Known labextensions:
   app dir: c:\users\andey\appdata\local\programs\python\python37\share\jupyter\lab
        @jupyter-widgets/jupyterlab-manager v2.0.0 enabled  ok
        @jupyterlab/celltags v2.0.2 enabled  ok
        @jupyterlab/debugger v0.2.0-beta.1 enabled  ok
        @jupyterlab/github v2.0.0 enabled  ok
        @jupyterlab/toc v3.0.0 enabled  ok
        @lckr/jupyterlab_variableinspector v0.4.0 enabled  ok
        @ryantam626/jupyterlab_code_formatter v1.2.0 enabled  ok

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lckrcommented, Mar 19, 2020

An updated version compatible with Jupyterlab 2.0 has now been published to github and npm. If there are any remaining issues, please let me know.

1reaction
martintbcommented, Mar 15, 2020

So this is definitely a JupyterLab v2.0 problem. See #129 where the package author confirms and says that they’re working on an update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Variable Explorer in Jupyter Notebook - python - Stack Overflow
if VariableInspectorWindow.instance is not None: raise Exception("""Only one instance of the Variable Inspector can exist at a time.
Read more >
Variable Inspector - Unofficial Jupyter Notebook Extensions
The Variable Inspector extension, which currently supports python and R kernels, enables to collect all defined variables and display them in a floating...
Read more >
Vriable inspection in Jupyter Notebook | Variable Inspector
Variable InspectorThe Variable Inspector extension collects all defined ... The window not only display the name of variables but also their ...
Read more >
lckr-jupyterlab-variableinspector - PyPI
Allows inspection of variables for both consoles and notebooks. Allows inspection of matrices in a datagrid-viewer. This might not work for large matrices....
Read more >
JupyterLab Windows app missing extension manager
I've installed the stand-alone Windows app version of JupyterLab, which seems quite nice. However the extension manager isn't showing on the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found