Fix typo and add a MIT license

This commit is contained in:
Nicolas P. Rougier 2016-07-15 17:09:47 -05:00
parent 28c5670563
commit c6d6b9954c
3 changed files with 11 additions and 5 deletions

View File

@ -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? (★★☆)"
]
},
{

View File

@ -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

View File

@ -12,3 +12,5 @@ those who teach.
→ [Read them on GitHub](100 Numpy exercises.md)
This work is licensed under a MIT license.