Skip to content

Commit 6363b92

Browse files
committed
use nested note
1 parent b280ac6 commit 6363b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/jax_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ the device. This is necessary because JAX uses asynchronous dispatch, which
301301
allows the Python interpreter to run ahead of GPU computations.
302302
```
303303

304-
```{note}
304+
````{note}
305305
Here, we use the [`%timeit` magic](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-timeit)
306306
to time the execution of the function.
307307
@@ -324,7 +324,7 @@ The `%timeit` magic command offers several advantages over `%time`:
324324
However, `%timeit` can be time-consuming for large computations.
325325
326326
This is why we switch to using `%time` in later lectures.
327-
```
327+
````
328328

329329
The code doesn't run as fast as we might hope, given that it's running on a GPU.
330330

0 commit comments

Comments
 (0)