Is there a way to set config options without calling fig.show(config = {β¦})?
I am rendering my figure in a Jupyter notebook and I canβt call show() as I have to let Ipywidget take care of the display to keep the figure updatable. Any solutions?
Thanks!