-
Notifications
You must be signed in to change notification settings - Fork 141
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
FigureAltair does not render in jupyter/colab #287
Comments
I believe I am having a similar issue as @rlskoeser I can get the Altair example to render wrapping the example in code in display --
but the chart doesn't dynamically update like with the .py files rendered in the browser. This is the same for the |
Hi Rebecca, thanks for opening the issue. Are you using Jupyter Lab or notebook, and which version are you using. @tpike3 I do not think the ipyleaflet issue is related, could you open a new issue for that and precisely describe how I can reproduce it (do you use solara server/jupyter lab/notebook, and which versions) Regards, Maarten |
Hi @maartenbreddels, thanks for responding. I was initially using Colab. I don't know if there's a way to see anything about version information there, do you know? When it didn't work there, I tested with a Jupyter notebook running through Jupyter Lab version 4.0.1. I could try upgrading that if you think it would help, but I do want to be able use this in Colab. |
Dear Rebecca, Thank you for the additional information. The next release should have a fix for both classic notebook and Jupyter Lab via #288 Regards, Maarten |
@maartenbreddels thanks for addressing this so quickly, that's fantastic. I appreciate knowing the status of this. |
I'm working one some some code generating altair charts and they display just fine when I use the local solara runserver, but when I try to render them in jupyter and colab, nothing displays.
I don't see any python errors to help diagnose the problem; in the browser javascript console for Colab, I see these javascript errors:
I installed altair 5.1.1 in Colab to match the version in my local python environment.
I've done some googling for these errors but not found anything that seemed directly applicable.
Please advise on how to resolve or how else I can troubleshoot. Thank you!
The text was updated successfully, but these errors were encountered: