UBC-MDS / Telco_Customer_Churn_Prediction_Group12

Data Analytics project performed by Group 12 for DSCI 522
MIT License
2 stars 7 forks source link

Altair charts not rendering on github #12

Closed Anupriya-Sri closed 2 years ago

Anupriya-Sri commented 2 years ago

The EDA file is uploaded on github but the charts plotted in altair are not rendering on github. These charts are appearing properly on local. Also, the charts plotted in seaborn and matplotlib are visible on github.

jcasoli commented 2 years ago

I think we may just need to add alt.renderers.enable(“mimetype”) to the file

adammorphy commented 2 years ago

It's been added and should be rendered correctly now!