Skip to content

Commit 6cfe4d5

Browse files
committed
add pip install to notebook
1 parent 42c4a7e commit 6cfe4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebooks/spherical_harmonic_transform.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"metadata": {},
2929
"outputs": [],
3030
"source": [
31+
"# Install s2fft\n",
32+
"!pip install s2fft gwpy &> /dev/null\n",
33+
"\n",
3134
"from jax.config import config\n",
3235
"config.update(\"jax_enable_x64\", True)\n",
3336
"\n",

0 commit comments

Comments
 (0)