diff --git a/examples/electromobility_example.ipynb b/examples/electromobility_example.ipynb index bfc97335f..9ab632b71 100644 --- a/examples/electromobility_example.ipynb +++ b/examples/electromobility_example.ipynb @@ -57,6 +57,8 @@ "from edisgo.edisgo import EDisGo\n", "from edisgo.tools.logger import setup_logger\n", "from edisgo.tools.plots import plot_dash, plot_plotly\n", + "# Ensure plots are displayed inline in the notebook\n", + "%matplotlib inline\n", "\n" ] },