-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdabie
45 lines (45 loc) · 1.27 KB
/
dabie
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"nbformat_minor": 1,
"cells": [
{
"source": "<html>This notebook will be mainly used for the capstone project.</html>",
"cell_type": "markdown",
"metadata": {
"collapsed": true
}
},
{
"execution_count": 3,
"cell_type": "code",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": "Hello Capstone Project Course!\n"
}
],
"source": "import pandas as pd\nimport numpy as np\nprint ('Hello Capstone Project Course!')"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.6",
"name": "python3",
"language": "python"
},
"language_info": {
"mimetype": "text/x-python",
"nbconvert_exporter": "python",
"version": "3.6.8",
"name": "python",
"file_extension": ".py",
"pygments_lexer": "ipython3",
"codemirror_mode": {
"version": 3,
"name": "ipython"
}
}
},
"nbformat": 4
}