Open
Description
In Jupyter Lab or other IDEs, it is possible to remove Plotly modebar from display by using the following line
fig.show(config = {'displayModeBar: False})
However, I am not able to use this line in py-shiny. If I do, it opens another browser window displaying the plot. Is there an option to pass this config to py-shiny rendering function, so that the the rendered plot does not display plotly modebar?