Skip to content

Commit fc9cbb8

Browse files
author
Archit Agarwal
committed
Bug Fixes in Lesson01 and Lesson 02
1 parent d7937e7 commit fc9cbb8

5 files changed

Lines changed: 35 additions & 8 deletions

File tree

Lesson01/Activity1.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"pip install autocorrect"
10+
]
11+
},
312
{
413
"cell_type": "code",
514
"execution_count": 1,
@@ -328,7 +337,7 @@
328337
"name": "python",
329338
"nbconvert_exporter": "python",
330339
"pygments_lexer": "ipython3",
331-
"version": "3.6.8"
340+
"version": "3.7.3"
332341
}
333342
},
334343
"nbformat": 4,

Lesson02/Exercise13.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
"iii) TextBlob<br>"
2121
]
2222
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"pip install textblob"
30+
]
31+
},
2332
{
2433
"cell_type": "code",
2534
"execution_count": 1,
@@ -220,7 +229,7 @@
220229
"name": "python",
221230
"nbconvert_exporter": "python",
222231
"pygments_lexer": "ipython3",
223-
"version": "3.7.1"
232+
"version": "3.7.3"
224233
}
225234
},
226235
"nbformat": 4,

Lesson02/Exercise14.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"Sunil tweeted, “Witnessing 70th Republic Day of India from Rajpath, New Delhi. Mesmerizing performance by Indian Army! Awesome airshow! @india_official @indian_army #India #70thRepublic_Day. For more photos ping me sunil@photoking.com :) ”"
1919
]
2020
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"metadata": {},
25+
"outputs": [],
26+
"source": [
27+
"pip install keras tensorflow"
28+
]
29+
},
2130
{
2231
"cell_type": "code",
2332
"execution_count": 2,
@@ -133,7 +142,7 @@
133142
"name": "python",
134143
"nbconvert_exporter": "python",
135144
"pygments_lexer": "ipython3",
136-
"version": "3.7.1"
145+
"version": "3.7.3"
137146
}
138147
},
139148
"nbformat": 4,

Lesson02/Exercise27.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"#!pip install WordCloud"
23+
"pip install WordCloud"
2424
]
2525
},
2626
{
@@ -123,7 +123,7 @@
123123
"name": "python",
124124
"nbconvert_exporter": "python",
125125
"pygments_lexer": "ipython3",
126-
"version": "3.7.1"
126+
"version": "3.7.3"
127127
}
128128
},
129129
"nbformat": 4,

Lesson02/Exercise28.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"metadata": {},
2222
"outputs": [],
2323
"source": [
24-
"#!pip install spacy"
24+
"pip install spacy"
2525
]
2626
},
2727
{
@@ -30,7 +30,7 @@
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
33-
"#!python -m spacy download en"
33+
"python -m spacy download en"
3434
]
3535
},
3636
{
@@ -201,7 +201,7 @@
201201
"name": "python",
202202
"nbconvert_exporter": "python",
203203
"pygments_lexer": "ipython3",
204-
"version": "3.7.1"
204+
"version": "3.7.3"
205205
}
206206
},
207207
"nbformat": 4,

0 commit comments

Comments
 (0)