vscode-debug-visualizer
vscode-debug-visualizer copied to clipboard
ipynb (Python / Juptyer notebook ) does not use the plotly / python visualizer
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?
Probably this array needs to be extended:
https://github.com/hediet/vscode-debug-visualizer/blob/1b6fabfe29415f65732c96e043f67f6d341631e6/extension/src/VisualizationBackend/PyVisualizationSupport.ts#L34-L36