Set.config(domain)

Hi guys,

I am new to plotly… I did something stupid… I changed

import plotly
plotly.tools.set_config_file(plotly_domain=‘mydomain.com’),
plotly_streaming_domain=‘mydomain.com’)

When I do an offline chart and I click to export the chart to plotly, it directs me to nothing ofcourse.

My question is: what value should i add to plotly_domain and plotly_streaming_domain, to open the chart in my plotly account? I would really appreciate it.

I have community version and I would like to keep it this way. I have no intention to deploy plotly server

The default value is plotly_domain='https://plot.ly'. Running plotly.plotly.plot will create a config file at (~/.plotly/config) if one doesn’t already exist so another way to revert to the default would be to delete or move that file and then create a new plot.

Thanks Michael, It works!