1 min readJan 13, 2019
Yes, this is all done in a Jupyter Notebook running plotly + cufflinks in offline mode. To run cufflinks in offline mode, all you need to do is:
import cufflinks
cufflinks.go_offline()
I’ll add this to the post to make it clear.