Skip to content

Commit f165cbd

Browse files
committed
run chapter 1 examples
the basics of using Jupyter Notebook.
1 parent 8512869 commit f165cbd

File tree

5 files changed

+228
-42
lines changed

5 files changed

+228
-42
lines changed

.DS_Store

8 KB
Binary file not shown.

chapter01_basic/.DS_Store

6 KB
Binary file not shown.

chapter01_basic/01_notebook.ipynb

Lines changed: 208 additions & 41 deletions
Large diffs are not rendered by default.

chapter01_basic/02_pandas.ipynb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,25 @@
236236
]
237237
}
238238
],
239-
"metadata": {},
239+
"metadata": {
240+
"kernelspec": {
241+
"display_name": "Python 3",
242+
"language": "python",
243+
"name": "python3"
244+
},
245+
"language_info": {
246+
"codemirror_mode": {
247+
"name": "ipython",
248+
"version": 3
249+
},
250+
"file_extension": ".py",
251+
"mimetype": "text/x-python",
252+
"name": "python",
253+
"nbconvert_exporter": "python",
254+
"pygments_lexer": "ipython3",
255+
"version": "3.7.4"
256+
}
257+
},
240258
"nbformat": 4,
241259
"nbformat_minor": 2
242260
}

chapter01_basic/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello world!

0 commit comments

Comments
 (0)