-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Built-in variables inspector and API #13497
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @roblourens nice to have you here. There is a prior discussion in: #443 but I do not recall any recent discussion of current progress of making a debugger-less variable inspector. It might be worth asking during the JupyterLab weekly call if you have time on Wednesday. As for what currently is available, we do have a variable viewer in the debugger mode indeed. Currently we extend the debugger protocol with |
FYI there is at least that extension in JupyterLab: https://github.com/lckr/jupyterlab-variableInspector |
Thanks @krassowski. That's interesting, I will look at your DAP extensions. I was just a bit too late coming back to this notification for this week, so maybe I will be able to join in the future. |
Interesting. It looks like this issue was on the agenda for a meeting a couple weeks ago, are there notes/recording or can you tell me what was discussed? |
@roblourens each new issues get tag status:Needs triage. Then a weekly (unrecorded) meeting is carrying out a triage of those issues. Hence the link appearing to the Weekly Triage meeting. |
This extension seems to don't work with |
Hi, I work on VS Code notebooks, and our Jupyter extension's variables view. I heard a rumor that Jupyter Lab might work on a built-in variable inspector. By "variable inspector" I mean the kind of thing that the variable inspector extension does- https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/varInspector/README.html give a list of variables/values in the kernel while not debugging.
I'm searching around but don't see any public discussions about this, is this rumor true? And is there anything that you can point me to? I'm also assuming that a new API would be required to drive this, and I'm interested in any details about that as well.
And let me know if there is somewhere else I should raise this or file an issue- thanks!
The text was updated successfully, but these errors were encountered: