Skip to content

Commit 4edea03

Browse files
author
Andrew McCluskey
committed
change title
1 parent ec5d525 commit 4edea03

1 file changed

Lines changed: 36 additions & 19 deletions

File tree

content/basics/oop_intro.ipynb

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cell_type": "markdown",
2828
"metadata": {},
2929
"source": [
30-
"# Introduction to Object-Oriented Programming"
30+
"# Object-Oriented Programming"
3131
]
3232
},
3333
{
@@ -162,9 +162,11 @@
162162
"metadata": {},
163163
"outputs": [
164164
{
165-
"output_type": "stream",
166165
"name": "stdout",
167-
"text": "[1 6 6 1]\n"
166+
"output_type": "stream",
167+
"text": [
168+
"[1 6 6 1]\n"
169+
]
168170
}
169171
],
170172
"source": [
@@ -265,12 +267,14 @@
265267
"metadata": {},
266268
"outputs": [
267269
{
268-
"output_type": "execute_result",
269270
"data": {
270-
"text/plain": "True"
271+
"text/plain": [
272+
"True"
273+
]
271274
},
275+
"execution_count": 7,
272276
"metadata": {},
273-
"execution_count": 7
277+
"output_type": "execute_result"
274278
}
275279
],
276280
"source": [
@@ -392,9 +396,11 @@
392396
"metadata": {},
393397
"outputs": [
394398
{
395-
"output_type": "stream",
396399
"name": "stdout",
397-
"text": "[1 6 6 1]\n"
400+
"output_type": "stream",
401+
"text": [
402+
"[1 6 6 1]\n"
403+
]
398404
}
399405
],
400406
"source": [
@@ -454,9 +460,11 @@
454460
"metadata": {},
455461
"outputs": [
456462
{
457-
"output_type": "stream",
458463
"name": "stdout",
459-
"text": "[1 1]\n"
464+
"output_type": "stream",
465+
"text": [
466+
"[1 1]\n"
467+
]
460468
}
461469
],
462470
"source": [
@@ -469,9 +477,11 @@
469477
"metadata": {},
470478
"outputs": [
471479
{
472-
"output_type": "stream",
473480
"name": "stdout",
474-
"text": "[1 6 6 1]\n"
481+
"output_type": "stream",
482+
"text": [
483+
"[1 6 6 1]\n"
484+
]
475485
}
476486
],
477487
"source": [
@@ -599,9 +609,11 @@
599609
"metadata": {},
600610
"outputs": [
601611
{
602-
"output_type": "stream",
603612
"name": "stdout",
604-
"text": "[1 6 6 1]\n"
613+
"output_type": "stream",
614+
"text": [
615+
"[1 6 6 1]\n"
616+
]
605617
}
606618
],
607619
"source": [
@@ -637,9 +649,11 @@
637649
"metadata": {},
638650
"outputs": [
639651
{
640-
"output_type": "stream",
641652
"name": "stdout",
642-
"text": "[6 6]\n"
653+
"output_type": "stream",
654+
"text": [
655+
"[6 6]\n"
656+
]
643657
}
644658
],
645659
"source": [
@@ -652,9 +666,12 @@
652666
"metadata": {},
653667
"outputs": [
654668
{
655-
"output_type": "stream",
656669
"name": "stdout",
657-
"text": "[[0. 0. 0. ]\n [1.2 0. 0. ]]\n"
670+
"output_type": "stream",
671+
"text": [
672+
"[[0. 0. 0. ]\n",
673+
" [1.2 0. 0. ]]\n"
674+
]
658675
}
659676
],
660677
"source": [
@@ -734,4 +751,4 @@
734751
},
735752
"nbformat": 4,
736753
"nbformat_minor": 2
737-
}
754+
}

0 commit comments

Comments
 (0)