Set config options without calling show() in Python

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!