vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

ipynb (Python / Juptyer notebook ) does not use the plotly / python visualizer

Open Alex-EEE opened this issue 3 years ago • 1 comments

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?

Alex-EEE avatar Dec 01 '22 01:12 Alex-EEE

Probably this array needs to be extended:

https://github.com/hediet/vscode-debug-visualizer/blob/1b6fabfe29415f65732c96e043f67f6d341631e6/extension/src/VisualizationBackend/PyVisualizationSupport.ts#L34-L36

hediet avatar Dec 01 '22 09:12 hediet