Skip to content
This repository was archived by the owner on Jun 25, 2018. It is now read-only.

Commit a57df85

Browse files
committed
Switch back to Python3 after @CristianRiccio fix typos in day2's notebooks.
1 parent 84159fb commit a57df85

6 files changed

+38
-43
lines changed

Introduction_to_python_day_1_session_4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
"cell_type": "markdown",
525525
"metadata": {},
526526
"source": [
527-
"## Congratulation! You reach the end of day 1! Next session for tomorrow\n",
527+
"## Congratulation! You reached the end of day 1! \n",
528528
"\n",
529529
"Go to our next notebook: [Introduction_to_python_day_2_introduction](Introduction_to_python_day_2_introduction.ipynb)"
530530
]

Introduction_to_python_day_2_introduction.ipynb

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"cell_type": "code",
86-
"execution_count": 15,
86+
"execution_count": 1,
8787
"metadata": {
8888
"collapsed": false,
8989
"slideshow": {
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"cell_type": "code",
112-
"execution_count": 16,
112+
"execution_count": 2,
113113
"metadata": {
114114
"collapsed": false,
115115
"slideshow": {
@@ -141,7 +141,7 @@
141141
},
142142
{
143143
"cell_type": "code",
144-
"execution_count": 17,
144+
"execution_count": 3,
145145
"metadata": {
146146
"collapsed": false,
147147
"slideshow": {
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"cell_type": "code",
172-
"execution_count": 18,
172+
"execution_count": 4,
173173
"metadata": {
174174
"collapsed": false,
175175
"slideshow": {
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"cell_type": "code",
196-
"execution_count": 19,
196+
"execution_count": 5,
197197
"metadata": {
198198
"collapsed": false,
199199
"slideshow": {
@@ -205,8 +205,8 @@
205205
"name": "stdout",
206206
"output_type": "stream",
207207
"text": [
208-
"A dictionary: {'G': 'Guanine', 'C': 'Cytosine', 'A': 'Adenine', 'T': 'Thymine'}\n",
209-
"Value in dictionary associated to key C: Cytosine\n"
208+
"A dictionary: {'C': 'Cytosine', 'T': 'Thymine', 'G': 'Guanine', 'A': 'Adenine'}\n",
209+
"Value associated to key C: Cytosine\n"
210210
]
211211
}
212212
],
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"cell_type": "code",
236-
"execution_count": 20,
236+
"execution_count": 6,
237237
"metadata": {
238238
"collapsed": false
239239
},
@@ -272,7 +272,7 @@
272272
},
273273
{
274274
"cell_type": "code",
275-
"execution_count": 21,
275+
"execution_count": 7,
276276
"metadata": {
277277
"collapsed": false,
278278
"slideshow": {
@@ -302,7 +302,7 @@
302302
},
303303
{
304304
"cell_type": "code",
305-
"execution_count": 22,
305+
"execution_count": 8,
306306
"metadata": {
307307
"collapsed": false,
308308
"slideshow": {
@@ -332,7 +332,7 @@
332332
},
333333
{
334334
"cell_type": "code",
335-
"execution_count": 23,
335+
"execution_count": 9,
336336
"metadata": {
337337
"collapsed": false,
338338
"slideshow": {
@@ -379,7 +379,7 @@
379379
},
380380
{
381381
"cell_type": "code",
382-
"execution_count": 24,
382+
"execution_count": 10,
383383
"metadata": {
384384
"collapsed": false
385385
},
@@ -399,11 +399,6 @@
399399
"print(\"ATG TCA CCG GGC\".split())"
400400
]
401401
},
402-
{
403-
"cell_type": "markdown",
404-
"metadata": {},
405-
"source": []
406-
},
407402
{
408403
"cell_type": "markdown",
409404
"metadata": {
@@ -421,21 +416,21 @@
421416
"metadata": {
422417
"celltoolbar": "Slideshow",
423418
"kernelspec": {
424-
"display_name": "Python 2",
419+
"display_name": "Python 3",
425420
"language": "python",
426-
"name": "python2"
421+
"name": "python3"
427422
},
428423
"language_info": {
429424
"codemirror_mode": {
430425
"name": "ipython",
431-
"version": 2
426+
"version": 3
432427
},
433428
"file_extension": ".py",
434429
"mimetype": "text/x-python",
435430
"name": "python",
436431
"nbconvert_exporter": "python",
437-
"pygments_lexer": "ipython2",
438-
"version": "2.7.12"
432+
"pygments_lexer": "ipython3",
433+
"version": "3.5.2"
439434
}
440435
},
441436
"nbformat": 4,

Introduction_to_python_day_2_session_1.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -884,21 +884,21 @@
884884
],
885885
"metadata": {
886886
"kernelspec": {
887-
"display_name": "Python 2",
887+
"display_name": "Python 3",
888888
"language": "python",
889-
"name": "python2"
889+
"name": "python3"
890890
},
891891
"language_info": {
892892
"codemirror_mode": {
893893
"name": "ipython",
894-
"version": 2
894+
"version": 3
895895
},
896896
"file_extension": ".py",
897897
"mimetype": "text/x-python",
898898
"name": "python",
899899
"nbconvert_exporter": "python",
900-
"pygments_lexer": "ipython2",
901-
"version": "2.7.12"
900+
"pygments_lexer": "ipython3",
901+
"version": "3.5.2"
902902
}
903903
},
904904
"nbformat": 4,

Introduction_to_python_day_2_session_2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,21 @@
176176
],
177177
"metadata": {
178178
"kernelspec": {
179-
"display_name": "Python 2",
179+
"display_name": "Python 3",
180180
"language": "python",
181-
"name": "python2"
181+
"name": "python3"
182182
},
183183
"language_info": {
184184
"codemirror_mode": {
185185
"name": "ipython",
186-
"version": 2
186+
"version": 3
187187
},
188188
"file_extension": ".py",
189189
"mimetype": "text/x-python",
190190
"name": "python",
191191
"nbconvert_exporter": "python",
192-
"pygments_lexer": "ipython2",
193-
"version": "2.7.12"
192+
"pygments_lexer": "ipython3",
193+
"version": "3.5.2"
194194
}
195195
},
196196
"nbformat": 4,

Introduction_to_python_day_2_session_3.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -950,21 +950,21 @@
950950
],
951951
"metadata": {
952952
"kernelspec": {
953-
"display_name": "Python 2",
953+
"display_name": "Python 3",
954954
"language": "python",
955-
"name": "python2"
955+
"name": "python3"
956956
},
957957
"language_info": {
958958
"codemirror_mode": {
959959
"name": "ipython",
960-
"version": 2
960+
"version": 3
961961
},
962962
"file_extension": ".py",
963963
"mimetype": "text/x-python",
964964
"name": "python",
965965
"nbconvert_exporter": "python",
966-
"pygments_lexer": "ipython2",
967-
"version": "2.7.12"
966+
"pygments_lexer": "ipython3",
967+
"version": "3.5.2"
968968
}
969969
},
970970
"nbformat": 4,

Introduction_to_python_day_2_session_4.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,21 +320,21 @@
320320
],
321321
"metadata": {
322322
"kernelspec": {
323-
"display_name": "Python 2",
323+
"display_name": "Python 3",
324324
"language": "python",
325-
"name": "python2"
325+
"name": "python3"
326326
},
327327
"language_info": {
328328
"codemirror_mode": {
329329
"name": "ipython",
330-
"version": 2
330+
"version": 3
331331
},
332332
"file_extension": ".py",
333333
"mimetype": "text/x-python",
334334
"name": "python",
335335
"nbconvert_exporter": "python",
336-
"pygments_lexer": "ipython2",
337-
"version": "2.7.12"
336+
"pygments_lexer": "ipython3",
337+
"version": "3.5.2"
338338
}
339339
},
340340
"nbformat": 4,

0 commit comments

Comments
 (0)