Hiplot integration fix

If you want to use Facebook’s Hiplot, Streamlit gives an error:
AttributeError: module ‘streamlit’ has no attribute ‘_is_running_with_streamlit’

There is a fix for this. You need to change the source code of hiplot, as can be seen in the following two commits:

Replace deprecated streamlit api method by Gizzio · Pull Request #274 · facebookresearch/hiplot · GitHub

Replace deprecated streamlit api method by Gizzio · Pull Request #274 · facebookresearch/hiplot · GitHub

Hope this helps!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.