mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
64cfcb292f
commit
aebf0e33c1
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ print(a[:, idx_0, :, idx_1].shape) # -> (2, 3, 4, 10, 30, 50)
|
|||
{: .topic-optional}
|
||||
This is an optional topic!
|
||||
|
||||
We can use ix_() to build grids:
|
||||
|
||||
```python
|
||||
numpy.ix_(*args)
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue