Hello,
I'm currently working on data that cannot go online. I noticed the other day a button "edit in Chart Studio".
I tried to remove it using this tutorial in your documentation: https://plot.ly/python/configuration-options/
but even with the following code:
config={'showLink': False}
iplot(data, config=config)
the button stays.
Is there a step that I forgot ? I'd really appreciate some help to remove it.
Thank you,
Michael