We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I'm debugging a cell in a python notebook, it tries to the use the typescript visualizers (GraphViz, viz.js, etc)
When I debug a python file, everything works and it's using the plotly visualizer
Is there a way to make files ending in .ipynb behave like .py files?
The text was updated successfully, but these errors were encountered:
Probably this array needs to be extended:
vscode-debug-visualizer/extension/src/VisualizationBackend/PyVisualizationSupport.ts
Lines 34 to 36 in 1b6fabf
Sorry, something went wrong.
No branches or pull requests
When I'm debugging a cell in a python notebook, it tries to the use the typescript visualizers (GraphViz, viz.js, etc)
When I debug a python file, everything works and it's using the plotly visualizer
Is there a way to make files ending in .ipynb behave like .py files?
The text was updated successfully, but these errors were encountered: