Skip to content

Commit 313c1e0

Browse files
troyraenbsipocz
andcommitted
Apply suggestions from @bsipocz code review
Co-authored-by: Brigitta Sipőcz <[email protected]>
1 parent f0055e7 commit 313c1e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tutorials/parquet-catalog-demos/euclid-hats-parquet.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ import lsdb
6666
import matplotlib.colors
6767
import matplotlib.pyplot as plt
6868
import numpy as np
69-
# NOTE: If you run into an error that starts with,
70-
# "A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash.",
71-
# make sure you have restarted the kernel since doing `pip install`. Then re-run the cell.
69+
```
70+
71+
```{tip}
72+
If you run into an error that starts with,
73+
"A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash.",
74+
make sure you have restarted the kernel since doing `pip install`. Then re-run the cell.
7275
```
7376

7477
## 1. Setup

0 commit comments

Comments
 (0)