-
Notifications
You must be signed in to change notification settings - Fork 38
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
impacts text/html rendering of dflib #228
Comments
fwiw found that when enabling vscode-notebook-renders two nested iframes gets generated rather than just one plain iframe. |
Please can you provide steps to reproduce this issue with a very simple and minimal cost sample. Also provide the list of packages that need to be installed, |
there is an example here: https://github.com/jupyter-java/jupyter-java-examples/blob/main/notebooks/java-dflib-echarts.ipynb it uses the jjava jupyter-kernel. one simple way to set it up is to use jbang (https://www.jbang.dev/download/) So for example:
then choose the jjava kernel in vscode and execute. |
Thank you for filing this issue, however when I disable this extension it still doesn't work for me. I.e. given the fact that it already fails to load with and without the renderer extension in VS Code & also doesn't work in Jupyter Lab, its not an issue with this renderer extension. Hence closing this issue. |
in dflib/dflib#410 we've found that weirdly enough vscode-notebook-renderers somehow interfere with the echarts based text/html output.
Any idea on why vscode-notebook-renders would end up breaking/affecting text/html rendering in vscode jupyter notebooks?
The text was updated successfully, but these errors were encountered: