Open LockwoodChris opened 6 years ago
Is it possible to add Plotly credentials (username / api_key) and save the plots directly to Plotly?
Normally this is done by requiring plotly as such:
var plotly = require('plotly')("DemoAccount", "lr1c37zw81")
However I can't figure out how I might integrate this. Any ideas?
You can obviously fork this repo and make that change in the source. There may be a config option (full list of config options), but none that I'm aware of.
Is it possible to add Plotly credentials (username / api_key) and save the plots directly to Plotly?
Normally this is done by requiring plotly as such:
However I can't figure out how I might integrate this. Any ideas?