Skip to content

Commit f1d38a0

Browse files
Small fixes in geopandas notebooks (#45)
1 parent 6494251 commit f1d38a0

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

_solved/01-introduction-tabular-data.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4209,7 +4209,7 @@
42094209
"editable": true
42104210
},
42114211
"source": [
4212-
"This is only an ultra short intro to matplotlib. In the course materials, you can find another notebook with some more details ([visualization-01-matplotlib.ipynb](visualization_01_matplotlib.ipynb#An-small-cheat-sheet-reference-for-some-common-elements))."
4212+
"This is only an ultra short intro to matplotlib. In the course materials, you can find another notebook with some more details ([visualization-01-matplotlib.ipynb](visualization-01-matplotlib.ipynb#An-small-cheat-sheet-reference-for-some-common-elements))."
42134213
]
42144214
},
42154215
{
@@ -5911,7 +5911,14 @@
59115911
"name": "python",
59125912
"nbconvert_exporter": "python",
59135913
"pygments_lexer": "ipython3",
5914-
"version": "3.8.5"
5914+
"version": "3.8.10"
5915+
},
5916+
"widgets": {
5917+
"application/vnd.jupyter.widget-state+json": {
5918+
"state": {},
5919+
"version_major": 2,
5920+
"version_minor": 0
5921+
}
59155922
}
59165923
},
59175924
"nbformat": 4,

_solved/04-spatial-relationships-joins.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@
22552255
"cell_type": "code",
22562256
"execution_count": 50,
22572257
"metadata": {
2258-
"clear_cell": true
2258+
"tags": []
22592259
},
22602260
"outputs": [],
22612261
"source": [
@@ -2267,7 +2267,7 @@
22672267
"cell_type": "code",
22682268
"execution_count": 51,
22692269
"metadata": {
2270-
"clear_cell": true
2270+
"tags": []
22712271
},
22722272
"outputs": [
22732273
{

0 commit comments

Comments
 (0)