I\'m trying to use cufflinks locally to generate plotly graphs from a pandas Dataframe
Dataframe
However, when I try and configure cufflinks in a python console,
just use this:
import cufflinks as cf cf.set_config_file(offline=True)