File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments