Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with latest version (3.0.2) in Windows #181

Closed
M00NSH0T opened this issue Jan 16, 2021 · 4 comments
Closed

issue with latest version (3.0.2) in Windows #181

M00NSH0T opened this issue Jan 16, 2021 · 4 comments

Comments

@M00NSH0T
Copy link

first of all, thank you for making this extension. It's incredibly useful.

Anyway, when I installed earlier versions of this via the extension manager within Jupyter Lab, it worked as intended. However, the latest version (3.0.2) appears to require installation via pip instead, which, after downgrading to pip 18.1 (see here), results in the variable inspector window installing and activating correctly, but it never updates to actually show any variables. Unlike other bugs I've encountered with upgrading to new versions of jlab before the extension had been upgraded, I am able to move the variable instpector window around to new panes. It's responsive and appears to not be frozen (like it will show "restarting kernel" if I restart a kernel), but it never lists active variables in my notebooks.

@lckr
Copy link
Collaborator

lckr commented Jan 17, 2021

Hey, I could not reproduce this issue on linux using a python kernel.
If you're also using a py kernel try to execute _jupyterlab_variableinspector_dict_list() in a notebook with an existing variable to check if the extension scripts have been pushed successfully to the kernel.

@M00NSH0T
Copy link
Author

you mean just run _jupyterlab_variableinspector_dict_list() in a cell in an active workbook?

if so, I get the following error:

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-22-a2d401806d89> in <module>
----> 1 _jupyterlab_variableinspector_dict_list()

NameError: name '_jupyterlab_variableinspector_dict_list' is not defined

@lckr
Copy link
Collaborator

lckr commented Jan 19, 2021

Please try the new 3.0.4 release which should fix this issue.

@lckr lckr closed this as completed Jan 19, 2021
@M00NSH0T
Copy link
Author

confirmed that's working. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants