Skip to content

Commit 178792c

Browse files
committed
minor update to chapter 1 intro
1 parent 145ae19 commit 178792c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Chapter_1/data_augmentation_with_python_chapter_1.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"colab": {
66
"provenance": [],
7-
"authorship_tag": "ABX9TyO20h+Op0dHnh+NC4tIIUcB",
7+
"authorship_tag": "ABX9TyMQ+1o267nUQYSR0kPcdzHU",
88
"include_colab_link": true
99
},
1010
"kernelspec": {
@@ -38,7 +38,7 @@
3838
"\n",
3939
"I am glad to see you using this Python Notebook. 🐕\n",
4040
"\n",
41-
"The Python Notebook is an integral part of the book. You can add new “code cells” to extend the functions, add your data, and explore new possibilities, such as downloading additional real-world datasets from the Kaggle website and coding the **Fun challenges**. The **Fun facts**, in-depth discussion of the augmentation methods and Pluto, and an imaginary Siberian Huskey coding companion will guide you step by step. Pluto encourages adding “text cells” to keep your note in the Python Notebook. In other words, read the book and copy the relevant concept to this Python Notebook’s text-cells. Thus, you can have the information, the code, and idea in one place. \n",
41+
"The Python Notebook is an integral part of the book. You can add new “code cells” to extend the functions, add your data, and explore new possibilities, such as downloading additional real-world datasets from the Kaggle website and coding the **Fun challenges**. The **Fun facts**, an in-depth discussion of the augmentation methods, and Pluto, an imaginary Siberian Huskey coding companion, will guide you step by step. Pluto encourages adding “text cells” to keep your note in the Python Notebook. In other words, read the book and copy the relevant concept to this Python Notebook’s text-cells. Thus, you can have the explanation, note, original code, your code, and any crazy future ideas in one place. \n",
4242
"\n",
4343
"\n",
4444
"💗 I hope you enjoy reading the book and hacking code as much as I enjoy writing it. \n",
@@ -51,6 +51,10 @@
5151
"- The book is available on the Amazon Book website: \n",
5252
" - https://www.amazon.com/dp/1803246456\n",
5353
"\n",
54+
" - Author: Duc Haba\n",
55+
" - Published: 2023\n",
56+
" - Page count: 390+\n",
57+
"\n",
5458
"\n",
5559
"- The original Python Notebook is on: \n",
5660
" - https://github.com/PacktPublishing/Data-Augmentation-with-Python/blob/main/Chapter_1/data_augmentation_with_python_chapter_1.ipynb \n",

0 commit comments

Comments
 (0)