Skip to content

Commit f613a3a

Browse files
committed
WIP: Try adding img meta to label name.
1 parent 33bc4e9 commit f613a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/mooreslaw-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kernelspec:
1414

1515
# Determining Moore's Law with real data in NumPy
1616

17-
![](#mooreslaw-mainfig)
17+
![](#img:mooreslaw-mainfig)
1818

1919
## What you'll do
2020

@@ -286,7 +286,7 @@ The style sheet replicates
286286
[`plt.style.use`](https://matplotlib.org/api/style_api.html#matplotlib.style.use).
287287

288288
```{code-cell}
289-
:label: mooreslaw-mainfig
289+
:label: img:mooreslaw-mainfig
290290
:caption: A scatter plot of MOS transistor count per microprocessor every two years with a red line for the ordinary least squares prediction and an orange line for Moore's law.
291291
292292
transistor_count_predicted = np.exp(B) * np.exp(A * year)

0 commit comments

Comments
 (0)