Skip to content

Commit f20f820

Browse files
list usa airports ts notebook example after Chicago notebook examples in config.ts (#75)
1 parent be3c544 commit f20f820

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/extension/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ export const notebookExamples: Array<any> = [
55
file: './notebooks/chicago-traffic-tracker.restbook',
66
description: 'Current Chicago Traffic Tracker REST Book',
77
},
8-
{
9-
name: 'USA Airports',
10-
file: './notebooks/usa-airports.ipynb',
11-
description: 'USA Airports TypeScript Notebook',
12-
},
138
{
149
name: 'Chicago Speed Cameras',
1510
file: './notebooks/chicago-speed-cameras.ipynb',
@@ -20,6 +15,11 @@ export const notebookExamples: Array<any> = [
2015
file: './notebooks/chicago-red-light-cameras.ipynb',
2116
description: 'Chicago Red Light Cameras Pyolite Notebook',
2217
},
18+
{
19+
name: 'USA Airports',
20+
file: './notebooks/usa-airports.ipynb',
21+
description: 'USA Airports TypeScript Notebook',
22+
},
2323
{
2424
name: 'World Cities',
2525
file: './notebooks/world-cities.restbook',

0 commit comments

Comments
 (0)