diff --git a/examples/example_notebook.ipynb b/examples/example_notebook.ipynb index 2aaf621b..4fabd5b9 100644 --- a/examples/example_notebook.ipynb +++ b/examples/example_notebook.ipynb @@ -81,7 +81,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Create an interactive plot of the forecast using plotly \n", + "# Create an interactive plot of the forecast using plotly.\n", "fig = px.line(predictions_df)\n", "fig.show()" ] @@ -103,7 +103,7 @@ } ], "source": [ - "# Create a static plot of the forecast using matplotlib\n", + "# Create a static plot of the forecast using matplotlib.\n", "predictions_df.plot()\n", "plt.show()" ]