File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11861186 },
11871187 {
11881188 "cell_type" : " code" ,
1189- "execution_count" : 31 ,
1189+ "execution_count" : null ,
11901190 "id" : " 4ee3b206" ,
11911191 "metadata" : {},
11921192 "outputs" : [
12061206 " import requests\n " ,
12071207 " \n " ,
12081208 " params = {\n " ,
1209- " 'access_key': '8b7b3d611eea0053b43c6eb884777650 ', # FIXME\n " ,
1209+ " 'access_key': '', # FIXME\n " ,
12101210 " 'query': 'Grand Junction, Colorado'\n " ,
12111211 " }\n " ,
12121212 " \n " ,
14301430 },
14311431 {
14321432 "cell_type" : " code" ,
1433- "execution_count" : 38 ,
1433+ "execution_count" : null ,
14341434 "id" : " 548caf39" ,
14351435 "metadata" : {},
14361436 "outputs" : [],
14401440 " import requests\n " ,
14411441 " \n " ,
14421442 " params = {\n " ,
1443- " 'appid': '16bc6c1bfae2a1d9fd2958b6f11b9b85 ', # FIXME\n " ,
1443+ " 'appid': '', # FIXME\n " ,
14441444 " 'q': 'Grand Junction, Colorado'\n " ,
14451445 " }\n " ,
14461446 " \n " ,
17921792 },
17931793 {
17941794 "cell_type" : " code" ,
1795- "execution_count" : 50 ,
1795+ "execution_count" : null ,
17961796 "id" : " 7ded06b3" ,
17971797 "metadata" : {},
17981798 "outputs" : [],
18021802 " \n " ,
18031803 " def forecastWeather(city) -> json:\n " ,
18041804 " params = {\n " ,
1805- " 'appid': '16bc6c1bfae2a1d9fd2958b6f11b9b85 ', # FIXME\n " ,
1805+ " 'appid': '', # FIXME\n " ,
18061806 " 'q': city,\n " ,
18071807 " 'units': 'imperial' # uses US metrics\n " ,
18081808 " }\n " ,
You can’t perform that action at this time.
0 commit comments