Skip to content

Commit 7736acb

Browse files
Merge pull request falloutdurham#65 from MarcusFra/patch-1
Update Chapter 5.ipynb
2 parents 9998742 + 39ec0df commit 7736acb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

chapter5/Chapter 5.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,13 @@
416416
"translations_en_random = translator.translate(t_text, src=tr_lang, dest='en')\n",
417417
"en_text = [t.text for t in translations_en_random]\n",
418418
"print(en_text)"
419-
]
419+
],
420+
"metadata": {
421+
"collapsed": false,
422+
"pycharm": {
423+
"name": "#%%\n"
424+
}
425+
}
420426
},
421427
{
422428
"cell_type": "code",
@@ -447,4 +453,4 @@
447453
},
448454
"nbformat": 4,
449455
"nbformat_minor": 2
450-
}
456+
}

0 commit comments

Comments
 (0)