Fix typo and add a MIT license
This commit is contained in:
parent
28c5670563
commit
c6d6b9954c
@ -95,10 +95,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"collapsed": true
|
||||
},
|
||||
"outputs": [],
|
||||
"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",
|
||||
"metadata": {},
|
||||
"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()])
|
||||
```
|
||||
|
||||
### 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user