Access to JS console #16348
-
Hi and happy New Year! 🙂 Hoping VSCode Jupyter developers and the wider community might have some ideas about the following issue... TL;DRHow do I debug JavaScript produced by the notebook and rendered by VSCode? Is there access to JS console within VSCode Jupyter? DetailsThe issue is described here - dflib/dflib#410. So this is VSCode with Jupyter connecting to a standalone local Jupyter server with DFLib JJava Kernel . The notebook is in Java, but this fact is probably not relevant. It uses DFLib Java library, that generates chunks of HTML and JavaScript that require a browser environment to render as a chart. The same notebook works outside VSCode in the browser, but intermittently fails to display a visual chart in VSCode. I suspect there are JS issues in the generated output related to the VSCode Jupyter environment specifics, but how do I debug this? Is there for instance a way to access the JS console of the notebook? VSCode EnvironmentVersion: 1.96.2 Jupyter Extension 2024.11.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah, found my answer. "Help > Toggle Developer Tools". |
Beta Was this translation helpful? Give feedback.
Ah, found my answer. "Help > Toggle Developer Tools".