Skip to content
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

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

Open
Alex-EEE opened this issue Dec 1, 2022 · 1 comment

Comments

@Alex-EEE
Copy link

Alex-EEE commented Dec 1, 2022

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?

@hediet
Copy link
Owner

hediet commented Dec 1, 2022

Probably this array needs to be extended:

const supportedDebugAdapters = [
"python",
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants