santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Cufflinks stuck in Google Colab when plotting simple example from README.md #264

Open ivsanro1 opened 3 years ago

ivsanro1 commented 3 years ago

Hello,

I tried to use cufflinks in Google Colab, but it gets stuck when trying to plot the simple example that is appears in the README.

To reproduce, simply run the two cells of this Colab notebook

411A commented 3 years ago

same issue

santosjorge commented 3 years ago

Have not tried it on Google Collab - so not sure if the security restrictions allow for the JavaScript to load. however, have you tried ‘cf.go_offline()’ just after importing the library?

santosjorge commented 3 years ago

Did a bit of research on Stackoverlow and found a workaround

https://colab.research.google.com/drive/1K5TxFgHSr28YFSE0PTLiySs1wbcSmDZL?usp=sharing