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

pyDeck example broken #1372

Open
ozyhuboi opened this issue May 11, 2024 · 1 comment
Open

pyDeck example broken #1372

ozyhuboi opened this issue May 11, 2024 · 1 comment

Comments

@ozyhuboi
Copy link

On the page, https://shiny.posit.co/py/docs/jupyter-widgets.html, there is a tab for a PyDeck map option and it appears to be broken with the following error:
image

I just wanted to ask if there was an issue with the render_pydeck or was it related to something else.

@cpsievert
Copy link
Collaborator

shinylive currently has IPython 8.18.1, and apparently with that version of IPython, from IPython.display import HTML errors out (which is problematic for pydeck).

The current version of IPython is 8.24.0, and from IPython.display import HTML works for that version, and I confirmed that this example works with that version of IPython.

@wch when we do the release and update shinylive, we should make sure to update IPython (and verify this example works in shinylive)

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

No branches or pull requests

2 participants