Skip to content

Commit fa68fbd

Browse files
author
sblack4
committed
hey this is my first commit
1 parent 57b6a16 commit fa68fbd

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ipynb_checkpoints/

Hello.ipynb

+19-8
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,23 @@
5757
},
5858
{
5959
"cell_type": "code",
60-
"execution_count": null,
60+
"execution_count": 1,
6161
"metadata": {
6262
"collapsed": false
6363
},
64-
"outputs": [],
65-
"source": []
64+
"outputs": [
65+
{
66+
"name": "stdout",
67+
"output_type": "stream",
68+
"text": [
69+
"Hello D4D from DC!\n"
70+
]
71+
}
72+
],
73+
"source": [
74+
"# Good day from dc\n",
75+
"print(\"Hello D4D from DC!\")"
76+
]
6677
},
6778
{
6879
"cell_type": "code",
@@ -76,21 +87,21 @@
7687
],
7788
"metadata": {
7889
"kernelspec": {
79-
"display_name": "Python 2",
90+
"display_name": "Python 3",
8091
"language": "python",
81-
"name": "python2"
92+
"name": "python3"
8293
},
8394
"language_info": {
8495
"codemirror_mode": {
8596
"name": "ipython",
86-
"version": 2
97+
"version": 3
8798
},
8899
"file_extension": ".py",
89100
"mimetype": "text/x-python",
90101
"name": "python",
91102
"nbconvert_exporter": "python",
92-
"pygments_lexer": "ipython2",
93-
"version": "2.7.11"
103+
"pygments_lexer": "ipython3",
104+
"version": "3.5.2"
94105
}
95106
},
96107
"nbformat": 4,

0 commit comments

Comments
 (0)