We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0055e7 commit 313c1e0Copy full SHA for 313c1e0
tutorials/parquet-catalog-demos/euclid-hats-parquet.md
@@ -66,9 +66,12 @@ import lsdb
66
import matplotlib.colors
67
import matplotlib.pyplot as plt
68
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.
+```
+
+```{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.
75
```
76
77
## 1. Setup
0 commit comments