-
Notifications
You must be signed in to change notification settings - Fork 297
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 used to show my plots in VS Code now it doesn't #2284
Comments
I'm unsure if I have the most recent version of everything cuz I am using this debugger: microsoft/ptvsd#1706 although things were working perfectly well last night so I am unsure what happened overnight... |
related bug, but VS code doesn't save my images either:
with script:
but running the file directly from the integrated terminal seems to work:
|
@brando90 thanks for the report on this. I see the issue. I think that we regressed something in our last release. I'll look at getting a fix out quick. |
Validated |
Environment data
Version: 1.42.1
Commit: c47d83b293181d9be64f27ff093689e8e7aed054
Date: 2020-02-11T14:44:27.652Z
Electron: 6.1.6
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.3.0
Expected behaviour
Show my torchviz plots on VS code
Actual behaviour
Says:
instead of displaying the image.
Steps to reproduce:
self contained code to reproduce:
instead of displaying image it prints:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)EMPTY OUTPUT
Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: