-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
enhancement - spyder like variable explorer ide #29971
Comments
It sounds like input panel for debugging, so start with @isidorn . |
We currently have options to set variables by double clicking on a variable or via context menu |
thanks for update Isidor Seems like a case where a hard fork of VS code for machine learning could make the most sense. Let's wait and see. |
related - microsoft/PTVS#747 |
It seems the scientific community has gravitated to this IDE
https://github.com/spyder-ide/spyder
for reasons not completely apparent to me.
From what I can see - there is a rather splendid variable explorer where you can input / edit / export variables executed.
The text was updated successfully, but these errors were encountered: