-
Notifications
You must be signed in to change notification settings - Fork 5k
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
JSON display objects not rendered properly in notebook #5446
Comments
Is this going to be supported? I have a code supporting both notebook and lab environments, but the different behaviour here gives me a headage. |
I would hope this could be addressed as part of item 2 in our README notice. |
Here's some more information relative to my previous comment: jupyterlab/jupyterlab#9869 |
@kevin-bates Alright-alright. I know this ticket might be quite old, but really, this issue arise in the IntelliJ IDEA, so I guess it is their issue. But I'm not sure what they have to do. Should they change the frontend? Which frontend should they use then? |
Hi @iorlas. I see that the README notice item referenced above has been removed due to the recent progress that's been made toward a Notebook 7 release - so I'm including it here for completeness:
I can't speak to the IntelliJ IDEA integration, but the Notebook 7 release should address this issue since it will be using the Lab framework and will offer an option to display the "classic" interface. Notebook 7.0.0a7 is available and can be installed via |
I came here from Google Colaboratory, where:
just renders as:
I'm wondering if there is any functionality that I can call by hand from |
maybe try the panel JSON widget instead? https://panel.holoviz.org/reference/panes/JSON.html |
A minimal example of the problem:
in notebook, this outputs:
in jupyterlab, however, this renders correctly as:
Jupyter version:
Also occurs in Jupyter running in python 3.7. Multiple browsers (Chrome, Edge) and multiple systems tested.
The text was updated successfully, but these errors were encountered: