Skip to content

Commit 453210e

Browse files
committed
Updated slides notebook and PDF copy
1 parent 99aabbf commit 453210e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python-api-slides.pdf

-180 KB
Binary file not shown.

python-requests-slides.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"GitHub Repository: https://github.com/amdevine/cbb-python-requests \n",
2323
"Detailed Jupyter notebook: https://github.com/amdevine/cbb-python-requests/blob/master/harvest-data-apis-python-requests.ipynb \n",
24-
"Presentation slides: https://github.com/amdevine/cbb-python-requests/blob/master/python-requests-slides.pdf"
24+
"Presentation slides: https://github.com/amdevine/cbb-python-requests/blob/master/python-requests-slides.pdf (run with RISE extension)"
2525
]
2626
},
2727
{
@@ -167,7 +167,7 @@
167167
"# API_KEY = '1mdaBewB37R0kUA2ZtfA6URe7PeUsig6jLQmSXyx'\n",
168168
"with open('api_key_file.txt', 'r') as f:\n",
169169
" API_KEY = f.read().strip()\n",
170-
"print(\"API Key: {}\".format(API_KEY)) # Remove quotes to display actual API_KEY"
170+
"print(\"API Key: {}\".format(\"API_KEY\")) # Remove quotes to display actual API_KEY"
171171
]
172172
},
173173
{
@@ -453,7 +453,7 @@
453453
"name": "python",
454454
"nbconvert_exporter": "python",
455455
"pygments_lexer": "ipython3",
456-
"version": "3.7.1"
456+
"version": "3.6.5"
457457
},
458458
"rise": {
459459
"autolaunch": true,

python-requests-slides.pdf

155 KB
Binary file not shown.

0 commit comments

Comments
 (0)