Skip to content

Commit 186760e

Browse files
update pyolite demo notebook for v1.5.0 release (#64)
1 parent d077b71 commit 186760e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

notebooks/chicago-red-light-cameras-pyolite.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"metadata": {},
56
"source": [
6-
"# Chicago Red Light Cameras Pyolite Notebook 📓\r\n",
7-
"\r\n",
7+
"# Chicago Red Light Cameras Pyolite Notebook 📓\n",
8+
"\n",
89
"Data Source: [Chicago Transportation](https://data.cityofchicago.org/browse?category=Transportation)/[Red Light Camera Locations](https://data.cityofchicago.org/Transportation/Red-Light-Camera-Locations/thvf-6diy)"
9-
],
10-
"metadata": {}
10+
]
1111
},
1212
{
1313
"cell_type": "code",
1414
"execution_count": null,
15+
"metadata": {},
16+
"outputs": [],
1517
"source": [
16-
"from js import fetch\r\n",
17-
"response = await fetch('https://raw.githubusercontent.com/RandomFractals/vscode-leaflet/main/data/geojson/chicago-red-light-cameras.geojson')\r\n",
18-
"geoJson = await response.text()\r\n",
18+
"from js import fetch\n",
19+
"response = await fetch('https://raw.githubusercontent.com/RandomFractals/vscode-leaflet/main/data/geojson/chicago-red-light-cameras.geojson')\n",
20+
"geoJson = await response.text()\n",
1921
"geoJson"
20-
],
21-
"outputs": [],
22-
"metadata": {}
22+
]
2323
}
2424
],
2525
"metadata": {
26-
"orig_nbformat": 4,
2726
"language_info": {
2827
"name": "python"
29-
}
28+
},
29+
"orig_nbformat": 4
3030
},
3131
"nbformat": 4,
3232
"nbformat_minor": 2
33-
}
33+
}

0 commit comments

Comments
 (0)