Skip to content

Commit 3091ce7

Browse files
committed
Remove .DS_Store and add to .gitignore
1 parent 3bd04f2 commit 3091ce7

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

notebooks/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

notebooks/disneyland_itinerary/disneyland_project.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"# install the dependencies\n",
10+
"!pip install gamspy folium googlemaps"
11+
]
12+
},
313
{
414
"cell_type": "code",
515
"execution_count": 1,
@@ -705,7 +715,8 @@
705715
"import folium\n",
706716
"import googlemaps\n",
707717
"\n",
708-
"# API_KEY = \"YOUR_GOOGLE_MAPS_API_KEY\"\n",
718+
"# 🚨 IMPORTANT: Insert your own Google Maps API key below\n",
719+
"API_KEY = \"YOUR_GOOGLE_MAPS_API_KEY\" # <-- Replace this with your actual API key\n",
709720
"gmaps = googlemaps.Client(key=API_KEY)\n",
710721
"\n",
711722
"# m = folium.Map(location=ride_coordinates_dict[\"Entrance\"], zoom_start=17)\n",

0 commit comments

Comments
 (0)