From 8bfaee38acd57aa86eef2b2e1091465d97a3f0f6 Mon Sep 17 00:00:00 2001 From: Josef Heinen Date: Wed, 23 Oct 2024 13:13:11 +0200 Subject: [PATCH] Update notebook --- examples/covid19.ipynb | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/examples/covid19.ipynb b/examples/covid19.ipynb index 14467934..4a9eeacf 100644 --- a/examples/covid19.ipynb +++ b/examples/covid19.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -14,8 +15,15 @@ "outputs": [], "source": [ "ENV[\"GRDISPLAY\"] = \"js\"\n", - "using GR\n", - "\n", + "using GR" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "using DelimitedFiles" ] }, @@ -25,10 +33,11 @@ "metadata": {}, "outputs": [], "source": [ - "countries = [\"Germany\", \"Austria\", \"Belgium\", \"Netherlands\", \"France\", \"Italy\", \"Spain\", \"US\"];" + "countries = [\"Germany\", \"Austria\", \"Belgium\", \"Netherlands\", \"France\", \"India\", \"Italy\", \"Spain\", \"US\"];" ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -108,15 +117,15 @@ "lastKernelId": null }, "kernelspec": { - "display_name": "Julia 1.5.3", + "display_name": "Julia 1.11.1", "language": "julia", - "name": "julia-1.5" + "name": "julia-1.11" }, "language_info": { "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", - "version": "1.5.3" + "version": "1.11.1" } }, "nbformat": 4,