(Advanced) Config for plotly.offline.plot

Is there a way to specify a config dict when calling the plotly.offline.plot method, e.g. with a ‘modebarButtonsToRemove’ entry?

Not at the moment unfortunately.

That’s unfortunate since it’s so close to possible… inside the _plot_html() method body, a config file is being created… if only it would be a parameter of _plot_html() and plot().