From 975af08f6332c41702eb40866e0f195cbb0629df Mon Sep 17 00:00:00 2001 From: Filippo Dainelli Date: Thu, 14 Sep 2023 18:57:03 +0200 Subject: [PATCH] bug fix --- notebooks-examples-trials/TropiDash_backbone.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks-examples-trials/TropiDash_backbone.ipynb b/notebooks-examples-trials/TropiDash_backbone.ipynb index 3ab555bd..3cf8d27e 100644 --- a/notebooks-examples-trials/TropiDash_backbone.ipynb +++ b/notebooks-examples-trials/TropiDash_backbone.ipynb @@ -406,7 +406,7 @@ " \"
  • Point-Wise Temporal Evolution of Atmospheric Variables
  • \"))\n", " display(widgets.HTML(value=\"All documents regarding the dashboard are available at the following github repository.\"))\n", " display(widgets.HTML(value=\"You can find more information about each section in the dashboard documentation.\"))\n", - " display(widgets.HTML(value=\"For specific tutorial examples please refer to the folder tutorials\")\n", + " display(widgets.HTML(value=\"For specific tutorial examples please refer to the folder tutorials\"))\n", " display(widgets.HTML(value=\"To use the dashboard, select the forecast date, the active cyclone, the numbers of ensembles to plot and click the button.\"\n", " \" The dashboard will automatically update the plots and the data displayed in the sections.\"))\n", " display(widgets.HTML(value=\"If you want to install the dashboard locally, please find the required packages to run the notebook in the file requirements.yml.\"))\n",