configure_notebook_display#

openstef_core.testing.configure_notebook_display(renderer: str = 'png') None[source]#

Configure pandas plotting backend and plotly renderer for notebook output.

Parameters:
  • renderer (str) – Plotly renderer to use. "png" (default) renders static images suitable for VS Code and CI. "auto" lets Plotly pick the best interactive renderer for the current environment. Any valid plotly renderer string is accepted (e.g. "browser", "jupyterlab").

  • renderer

Return type:

None