You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/numpy.md
+22-31Lines changed: 22 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,9 +514,8 @@ a + b
514
514
Here is a visual representation of this broadcasting operation:
515
515
516
516
```{code-cell} python3
517
-
---
518
-
tags: [hide-input]
519
-
---
517
+
:tags: hide-input
518
+
520
519
# Adapted and modified based on the code in the book written by Jake VanderPlas (see https://jakevdp.github.io/PythonDataScienceHandbook/06.00-figure-code.html#Broadcasting)
521
520
# Originally from astroML: see http://www.astroml.org/book_figures/appendix/fig_broadcast_visual.html
522
521
@@ -643,9 +642,8 @@ a + b
643
642
Here is a visual representation of this broadcasting operation:
0 commit comments