Skip to content

Commit beb827e

Browse files
committed
updated readme creating branch to keep inline tests. removing inline tests from master
1 parent f552383 commit beb827e

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

index.ipynb

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@
7171
"> Remember to press shift+enter to run each gray block of code (including the one above). Otherwise, the variables will not be defined."
7272
]
7373
},
74+
{
75+
"cell_type": "markdown",
76+
"metadata": {},
77+
"source": [
78+
"In this lesson we will work with a list of associated countries corresponding to each of the top travel cities."
79+
]
80+
},
7481
{
7582
"cell_type": "code",
7683
"execution_count": 1,
@@ -163,7 +170,9 @@
163170
{
164171
"cell_type": "code",
165172
"execution_count": 10,
166-
"metadata": {},
173+
"metadata": {
174+
"collapsed": true
175+
},
167176
"outputs": [],
168177
"source": [
169178
"italy = None # 'Italy'\n",
@@ -180,7 +189,9 @@
180189
{
181190
"cell_type": "code",
182191
"execution_count": 11,
183-
"metadata": {},
192+
"metadata": {
193+
"collapsed": true
194+
},
184195
"outputs": [],
185196
"source": [
186197
"italy # 'Italy'"
@@ -189,7 +200,9 @@
189200
{
190201
"cell_type": "code",
191202
"execution_count": null,
192-
"metadata": {},
203+
"metadata": {
204+
"collapsed": true
205+
},
193206
"outputs": [],
194207
"source": [
195208
"%%unittest_testcase\n",
@@ -330,7 +343,9 @@
330343
{
331344
"cell_type": "code",
332345
"execution_count": null,
333-
"metadata": {},
346+
"metadata": {
347+
"collapsed": true
348+
},
334349
"outputs": [],
335350
"source": [
336351
"%%unittest_testcase\n",
@@ -373,7 +388,9 @@
373388
{
374389
"cell_type": "code",
375390
"execution_count": null,
376-
"metadata": {},
391+
"metadata": {
392+
"collapsed": true
393+
},
377394
"outputs": [],
378395
"source": [
379396
"%%unittest_testcase\n",
@@ -486,7 +503,9 @@
486503
{
487504
"cell_type": "code",
488505
"execution_count": null,
489-
"metadata": {},
506+
"metadata": {
507+
"collapsed": true
508+
},
490509
"outputs": [],
491510
"source": [
492511
"unique_countries # ['Canada', 'Italy', 'USA', 'Mexico', 'Finland', \n",
@@ -496,7 +515,9 @@
496515
{
497516
"cell_type": "code",
498517
"execution_count": null,
499-
"metadata": {},
518+
"metadata": {
519+
"collapsed": true
520+
},
500521
"outputs": [],
501522
"source": [
502523
"%%unittest_testcase\n",
@@ -515,7 +536,9 @@
515536
{
516537
"cell_type": "code",
517538
"execution_count": null,
518-
"metadata": {},
539+
"metadata": {
540+
"collapsed": true
541+
},
519542
"outputs": [],
520543
"source": [
521544
"num_of_repeats = None\n",
@@ -525,7 +548,9 @@
525548
{
526549
"cell_type": "code",
527550
"execution_count": null,
528-
"metadata": {},
551+
"metadata": {
552+
"collapsed": true
553+
},
529554
"outputs": [],
530555
"source": [
531556
"%%unittest_testcase\n",

0 commit comments

Comments
 (0)