Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed Oct 23, 2024
1 parent 1d94369 commit 8bfaee3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions examples/covid19.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -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"
]
},
Expand All @@ -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": [
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8bfaee3

Please sign in to comment.