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

Jupyter Panel Stuck on loading variables.... #15594

Closed
guocity opened this issue Apr 18, 2024 · 4 comments · Fixed by #15634
Closed

Jupyter Panel Stuck on loading variables.... #15594

guocity opened this issue Apr 18, 2024 · 4 comments · Fixed by #15634
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release variable-explorer verified Verification succeeded
Milestone

Comments

@guocity
Copy link

guocity commented Apr 18, 2024

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.89.0-insider
  • OS Version: Darwin arm64 23.5.0

Steps to Reproduce:

This week, VSCode have bug not showing variable in Jupyter Panel after few cell run. It will stuck on loading variables....

@rebornix rebornix transferred this issue from microsoft/vscode Apr 23, 2024
@rebornix
Copy link
Member

@amunger do we make changes to variable fetching recently?

@amunger
Copy link
Contributor

amunger commented Apr 24, 2024

no changes were made to the Jupyter variable view
@guocity can you set "jupyter.logging.level": "verbose", repro the issue and then post the content of the jupyter logs here. The command `Jupyter: Show Output' should get you there

You can also try using the built-in variables view, which works for python kernels with "notebook.experimental.variablesView": true. It should show up in the debug side-bar.

@guocity
Copy link
Author

guocity commented Apr 24, 2024

sure, i have moved to stable build, and if i encounter the issue, i will paste the log here

@amunger amunger added info-needed Issue requires more information from poster variable-explorer bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Apr 29, 2024
@amunger
Copy link
Contributor

amunger commented Apr 30, 2024

found the repro:

  1. set "notebook.experimental.variablesView": true
  2. open the debug sidebar to show the built-in variable view
  3. run a notebook cell with a variable x = 1
  4. open the Jupyter panel to see the Jupyter extension's variables view

🐛 stuck loading forever

@amunger amunger added the candidate Issue identified as probable candidate for fixing in the next release label Apr 30, 2024
@amunger amunger reopened this Apr 30, 2024
@amunger amunger added this to the April 2024 milestone Apr 30, 2024
@amunger amunger closed this as completed Apr 30, 2024
@DonJayamanne DonJayamanne added the verified Verification succeeded label Apr 30, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release variable-explorer verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants