Skip to content

Commit c6d6b99

Browse files
committed
Fix typo and add a MIT license
1 parent 28c5670 commit c6d6b99

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

100 Numpy exercises.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@
9595
]
9696
},
9797
{
98-
"cell_type": "markdown",
99-
"metadata": {},
98+
"cell_type": "code",
99+
"execution_count": null,
100+
"metadata": {
101+
"collapsed": true
102+
},
103+
"outputs": [],
100104
"source": [
101-
"$ `python -c \"import numpy; numpy.info(numpy.add)\"`"
105+
"%run `python -c \"import numpy; numpy.info(numpy.add)\"`"
102106
]
103107
},
104108
{
@@ -1247,7 +1251,7 @@
12471251
"cell_type": "markdown",
12481252
"metadata": {},
12491253
"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? (★★☆)"
12511255
]
12521256
},
12531257
{

100 Numpy exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ print(Z)
593593
print(Z[Z[:,1].argsort()])
594594
```
595595

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? (★★☆)
597597

598598

599599
```python

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ those who teach.
1212
[Read them on GitHub](100 Numpy exercises.md)
1313

1414

15+
This work is licensed under a MIT license.
16+

0 commit comments

Comments
 (0)