Open mshearer0 opened 2 years ago
Facing the same issue when try to use splink with jupyter notebook (using aws interactive sessions). It just shows the message:
<splink.charts.VegaliteNoValidate object at 0x7f639faf6410>
Have you tried alt.renderers.enable('default')
?
In the demos, we use alt.renderers.enable('mimetype')
so that the visualisations will show up in the documentation website. It also works in most environments but not all. Try deleting this line if you're currently running it
See also https://altair-viz.github.io/user_guide/display_frontends.html
@RobinL yes, i tried every mode available. I think it is related to the kernel Glue Pyspark, since in the regular kernel Python it works fine. Any suggestion would be welcome!
Unable to render visualisations in Jupyter Notebook:
Suggest:
alt.renderers.enable('default')