File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 95
95
]
96
96
},
97
97
{
98
- "cell_type" : " markdown" ,
99
- "metadata" : {},
98
+ "cell_type" : " code" ,
99
+ "execution_count" : null ,
100
+ "metadata" : {
101
+ "collapsed" : true
102
+ },
103
+ "outputs" : [],
100
104
"source" : [
101
- " $ `python -c \" import numpy; numpy.info(numpy.add)\" `"
105
+ " %run `python -c \" import numpy; numpy.info(numpy.add)\" `"
102
106
]
103
107
},
104
108
{
1247
1251
"cell_type" : " markdown" ,
1248
1252
"metadata" : {},
1249
1253
"source" : [
1250
- " ### 60. How to tell if a given 2D array has null columns? (★★☆)"
1254
+ " #### 60. How to tell if a given 2D array has null columns? (★★☆)"
1251
1255
]
1252
1256
},
1253
1257
{
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ print(Z)
593
593
print (Z[Z[:,1 ].argsort()])
594
594
```
595
595
596
- ### 60. How to tell if a given 2D array has null columns? (★★☆)
596
+ #### 60. How to tell if a given 2D array has null columns? (★★☆)
597
597
598
598
599
599
``` python
Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ those who teach.
12
12
→ [ Read them on GitHub] (100 Numpy exercises.md)
13
13
14
14
15
+ This work is licensed under a MIT license.
16
+
You can’t perform that action at this time.
0 commit comments