jupyterlab / jupyter-renderers

Renderers and renderer extensions for JupyterLab
BSD 3-Clause "New" or "Revised" License
490 stars 77 forks source link

Plotly Authentication #141

Open LockwoodChris opened 6 years ago

LockwoodChris commented 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?

gnestor commented 6 years ago

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.