Skip to content

Commit

Permalink
Update Chapter 5.ipynb
Browse files Browse the repository at this point in the history
Add missing meta data block
  • Loading branch information
MarcusFra authored Jun 4, 2021
1 parent 9998742 commit 39ec0df
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions chapter5/Chapter 5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,13 @@
"translations_en_random = translator.translate(t_text, src=tr_lang, dest='en')\n",
"en_text = [t.text for t in translations_en_random]\n",
"print(en_text)"
]
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
Expand Down Expand Up @@ -447,4 +453,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 39ec0df

Please sign in to comment.