Vegalite issue - Splink charts won't display in databricks #3872
Unanswered
DavidFrenchSG
asked this question in
Q&A
Replies: 1 comment 10 replies
-
|
What is the error you get for:? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are running Splink in a secure Databricks environment (no internet access) and are currently unable to get any of the visualisations to work.
For example, if I follow this Deduplicate 50k rows historical persons example, then this line of code:
profile_columns(df, db_api, column_expressions=["first_name", "substr(surname,1,2)"])yields the error message
Error loading script: https://cdn.jsdelivr.net/npm/vega@5?noext.If I set
alt.renderers.enable('mimetype')then I instead get this error message:<VegaLite 5 object>If you see this message, it means the renderer has not been properly enabled for the frontend that you are using. For more information, seehttps://altair-viz.github.io/user_guide/display_frontends.html#troubleshooting`
Trying the various other suggestions at that page doesn't lead to any success.
Has anyone already dealt with this, or know what we might be able to try to get it working?
Beta Was this translation helpful? Give feedback.
All reactions