Skip to content

Commit 23f0cb7

Browse files
author
craigsdennis
committed
Removes extraneous values
1 parent 8af96b2 commit 23f0cb7

File tree

1 file changed

+0
-130
lines changed

1 file changed

+0
-130
lines changed

Introduction to NumPy.ipynb

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@
103103
"gpas = np.array(gpas_as_list)"
104104
]
105105
},
106-
{
107-
"cell_type": "code",
108-
"execution_count": 6,
109-
"metadata": {},
110-
"outputs": [],
111-
"source": [
112-
"?gpas"
113-
]
114-
},
115106
{
116107
"cell_type": "code",
117108
"execution_count": 7,
@@ -565,20 +556,6 @@
565556
"plt.plot()"
566557
]
567558
},
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-
},
582559
{
583560
"cell_type": "markdown",
584561
"metadata": {},
@@ -614,13 +591,6 @@
614591
"study_minutes"
615592
]
616593
},
617-
{
618-
"cell_type": "code",
619-
"execution_count": null,
620-
"metadata": {},
621-
"outputs": [],
622-
"source": []
623-
},
624594
{
625595
"cell_type": "code",
626596
"execution_count": 28,
@@ -760,13 +730,6 @@
760730
" * Resulting array shape matches the index array layout. Be careful to distinguish between the tuple shortcut and fancy indexing."
761731
]
762732
},
763-
{
764-
"cell_type": "code",
765-
"execution_count": null,
766-
"metadata": {},
767-
"outputs": [],
768-
"source": []
769-
},
770733
{
771734
"cell_type": "code",
772735
"execution_count": 36,
@@ -1138,13 +1101,6 @@
11381101
"* 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."
11391102
]
11401103
},
1141-
{
1142-
"cell_type": "code",
1143-
"execution_count": null,
1144-
"metadata": {},
1145-
"outputs": [],
1146-
"source": []
1147-
},
11481104
{
11491105
"cell_type": "code",
11501106
"execution_count": 54,
@@ -1265,27 +1221,6 @@
12651221
"plt.plot()"
12661222
]
12671223
},
1268-
{
1269-
"cell_type": "code",
1270-
"execution_count": null,
1271-
"metadata": {},
1272-
"outputs": [],
1273-
"source": []
1274-
},
1275-
{
1276-
"cell_type": "code",
1277-
"execution_count": null,
1278-
"metadata": {},
1279-
"outputs": [],
1280-
"source": []
1281-
},
1282-
{
1283-
"cell_type": "code",
1284-
"execution_count": null,
1285-
"metadata": {},
1286-
"outputs": [],
1287-
"source": []
1288-
},
12891224
{
12901225
"cell_type": "markdown",
12911226
"metadata": {},
@@ -1736,15 +1671,6 @@
17361671
"practice.ravel()"
17371672
]
17381673
},
1739-
{
1740-
"cell_type": "code",
1741-
"execution_count": 78,
1742-
"metadata": {},
1743-
"outputs": [],
1744-
"source": [
1745-
"np.ravel?\n"
1746-
]
1747-
},
17481674
{
17491675
"cell_type": "markdown",
17501676
"metadata": {},
@@ -2045,62 +1971,6 @@
20451971
"source": [
20461972
"np.add(x1, 2)"
20471973
]
2048-
},
2049-
{
2050-
"cell_type": "code",
2051-
"execution_count": null,
2052-
"metadata": {},
2053-
"outputs": [],
2054-
"source": []
2055-
},
2056-
{
2057-
"cell_type": "code",
2058-
"execution_count": null,
2059-
"metadata": {},
2060-
"outputs": [],
2061-
"source": []
2062-
},
2063-
{
2064-
"cell_type": "code",
2065-
"execution_count": null,
2066-
"metadata": {},
2067-
"outputs": [],
2068-
"source": []
2069-
},
2070-
{
2071-
"cell_type": "code",
2072-
"execution_count": null,
2073-
"metadata": {},
2074-
"outputs": [],
2075-
"source": []
2076-
},
2077-
{
2078-
"cell_type": "code",
2079-
"execution_count": null,
2080-
"metadata": {},
2081-
"outputs": [],
2082-
"source": []
2083-
},
2084-
{
2085-
"cell_type": "code",
2086-
"execution_count": null,
2087-
"metadata": {},
2088-
"outputs": [],
2089-
"source": []
2090-
},
2091-
{
2092-
"cell_type": "code",
2093-
"execution_count": null,
2094-
"metadata": {},
2095-
"outputs": [],
2096-
"source": []
2097-
},
2098-
{
2099-
"cell_type": "code",
2100-
"execution_count": null,
2101-
"metadata": {},
2102-
"outputs": [],
2103-
"source": []
21041974
}
21051975
],
21061976
"metadata": {

0 commit comments

Comments
 (0)