Dear plotly-community,
I am using Jupyter notebook on Anaconda and want to use the online mode of plotly (the offline version works fine). There is, however, the problem of signing in. I did all the steps that are explained on âgetting startedâ and also regenerated the API key.
My code looks like this:
import plotly
plotly.tools.set_credentials_file(username=âLiNuxâ, api_key=âxxxxxxxâ)
import plotly.plotly as py
import plotly.graph_objs as gopy.sign_in(âLiNuxâ, âxxxxxxxâ)
According to the explanation on âGetting startedâ, there should be a ~/.plotly/.credentials file in my home directory. But I canât find one. I donât know whatâs wrong.
Help is much appreciated! Thanks!