Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Mar 24, 2020
1 parent 882b0ef commit e7d6ce6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 02_production.ipynb
Expand Up @@ -284,6 +284,14 @@
"To download images with Bing Image Search, you should sign up at Microsoft for *Bing Image Search*. You will be given a key, which you can either paste here, replacing \"XXX\":"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#clean\n",
"To download images with Bing Image Search, you should sign up at Microsoft for *Bing Image Search*. You will be given a key, which you can either paste here, replacing \"XXX\":"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -1958,6 +1966,18 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
19 changes: 19 additions & 0 deletions clean/02_production.ipynb
Expand Up @@ -88,6 +88,13 @@
"## Gathering data"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To download images with Bing Image Search, you should sign up at Microsoft for *Bing Image Search*. You will be given a key, which you can either paste here, replacing \"XXX\":"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -1075,6 +1082,18 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e7d6ce6

Please sign in to comment.