Fix typo and add a MIT license
This commit is contained in:
@@ -95,10 +95,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "code",
|
||||||
"metadata": {},
|
"execution_count": null,
|
||||||
|
"metadata": {
|
||||||
|
"collapsed": true
|
||||||
|
},
|
||||||
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"$ `python -c \"import numpy; numpy.info(numpy.add)\"`"
|
"%run `python -c \"import numpy; numpy.info(numpy.add)\"`"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1247,7 +1251,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### 60. How to tell if a given 2D array has null columns? (★★☆)"
|
"#### 60. How to tell if a given 2D array has null columns? (★★☆)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -593,7 +593,7 @@ print(Z)
|
|||||||
print(Z[Z[:,1].argsort()])
|
print(Z[Z[:,1].argsort()])
|
||||||
```
|
```
|
||||||
|
|
||||||
### 60. How to tell if a given 2D array has null columns? (★★☆)
|
#### 60. How to tell if a given 2D array has null columns? (★★☆)
|
||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user