You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this and figuring out that it was the new jsonschema release that caused the issue. This was a regression on the jsonschema side which they just now fixed in a new version 4.18.2. See python-jsonschema/jsonschema#1124 for reference. So upgrading to 4.18.2 should solve it as well 🙂
Hey there!
I'm new to Altair and I was continuously running into this bug when trying to render Altair charts (v. 5.0.1) in JupyterLab or VSCode:
I was using this example code:
Turns out it was a
jsonschema
issue. Downgrading tojsonschema==4.18.0
resolved the problem. All is working now: great library!The text was updated successfully, but these errors were encountered: