You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Introduction to NumPy.ipynb
-130Lines changed: 0 additions & 130 deletions
Original file line number
Diff line number
Diff line change
@@ -103,15 +103,6 @@
103
103
"gpas = np.array(gpas_as_list)"
104
104
]
105
105
},
106
-
{
107
-
"cell_type": "code",
108
-
"execution_count": 6,
109
-
"metadata": {},
110
-
"outputs": [],
111
-
"source": [
112
-
"?gpas"
113
-
]
114
-
},
115
106
{
116
107
"cell_type": "code",
117
108
"execution_count": 7,
@@ -565,20 +556,6 @@
565
556
"plt.plot()"
566
557
]
567
558
},
568
-
{
569
-
"cell_type": "code",
570
-
"execution_count": null,
571
-
"metadata": {},
572
-
"outputs": [],
573
-
"source": []
574
-
},
575
-
{
576
-
"cell_type": "code",
577
-
"execution_count": null,
578
-
"metadata": {},
579
-
"outputs": [],
580
-
"source": []
581
-
},
582
559
{
583
560
"cell_type": "markdown",
584
561
"metadata": {},
@@ -614,13 +591,6 @@
614
591
"study_minutes"
615
592
]
616
593
},
617
-
{
618
-
"cell_type": "code",
619
-
"execution_count": null,
620
-
"metadata": {},
621
-
"outputs": [],
622
-
"source": []
623
-
},
624
594
{
625
595
"cell_type": "code",
626
596
"execution_count": 28,
@@ -760,13 +730,6 @@
760
730
" * Resulting array shape matches the index array layout. Be careful to distinguish between the tuple shortcut and fancy indexing."
761
731
]
762
732
},
763
-
{
764
-
"cell_type": "code",
765
-
"execution_count": null,
766
-
"metadata": {},
767
-
"outputs": [],
768
-
"source": []
769
-
},
770
733
{
771
734
"cell_type": "code",
772
735
"execution_count": 36,
@@ -1138,13 +1101,6 @@
1138
1101
"* There is also a function named [`accumulate`](https://docs.scipy.org/doc/numpy/reference/generated/numpy.ufunc.accumulate.html) which will show the reduction and it's accumulation as it happens."
0 commit comments