You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/population.ipynb
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,17 @@
1
1
{
2
2
"cells": [
3
-
{
4
-
"cell_type": "code",
5
-
"execution_count": 1,
6
-
"metadata": {},
7
-
"outputs": [],
8
-
"source": [
9
-
"import matplotlib.pyplot as plt\n",
10
-
"import pandas"
11
-
]
12
-
},
13
3
{
14
4
"cell_type": "markdown",
15
5
"metadata": {},
16
6
"source": [
17
-
"Let's plot some data from a CSV file. Edit `data/atlantis.csv` and re-run this cell to see your changes."
7
+
"# Population Data from CSV\n",
8
+
"\n",
9
+
"This notebooks reads sample population data from `data/atlantis.csv` and plots it using Matplotlib. Edit `data/atlantis.csv` and re-run this cell to see how the plots change!"
0 commit comments