Skip to content

Commit 41a9394

Browse files
committed
update collab data link in notebooks
1 parent f1b9ec2 commit 41a9394

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

notebooks/auto_compression.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"# Install s2fft and data if running on google colab.\n",
5555
"if IN_COLAB:\n",
5656
" !pip install s2scat &> /dev/null\n",
57-
" !mkdir data/\n"
57+
" !mkdir data/\n",
58+
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
5859
]
5960
},
6061
{
@@ -321,7 +322,7 @@
321322
"name": "python",
322323
"nbconvert_exporter": "python",
323324
"pygments_lexer": "ipython3",
324-
"version": "3.11.9"
325+
"version": "3.10.0"
325326
},
326327
"orig_nbformat": 4,
327328
"vscode": {

notebooks/auto_generation.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"# Install s2fft and data if running on google colab.\n",
4949
"if IN_COLAB:\n",
5050
" !pip install s2scat &> /dev/null\n",
51-
" !mkdir data/"
51+
" !mkdir data/\n",
52+
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
5253
]
5354
},
5455
{

notebooks/manual_compression.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"# Install s2fft and data if running on google colab.\n",
5555
"if IN_COLAB:\n",
5656
" !pip install s2scat &> /dev/null\n",
57-
" !mkdir data/\n"
57+
" !mkdir data/\n",
58+
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
5859
]
5960
},
6061
{
@@ -288,7 +289,7 @@
288289
"name": "python",
289290
"nbconvert_exporter": "python",
290291
"pygments_lexer": "ipython3",
291-
"version": "3.11.9"
292+
"version": "3.10.0"
292293
},
293294
"orig_nbformat": 4,
294295
"vscode": {

notebooks/manual_generation.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"# Install s2fft and data if running on google colab.\n",
4949
"if IN_COLAB:\n",
5050
" !pip install s2scat &> /dev/null\n",
51-
" !mkdir data/"
51+
" !mkdir data/\n",
52+
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
5253
]
5354
},
5455
{
@@ -238,7 +239,7 @@
238239
],
239240
"metadata": {
240241
"kernelspec": {
241-
"display_name": "Python 3.11.0 64-bit ('s2scat')",
242+
"display_name": "Python 3.10.0 ('s2fft')",
242243
"language": "python",
243244
"name": "python3"
244245
},
@@ -252,12 +253,12 @@
252253
"name": "python",
253254
"nbconvert_exporter": "python",
254255
"pygments_lexer": "ipython3",
255-
"version": "3.11.0"
256+
"version": "3.10.0"
256257
},
257258
"orig_nbformat": 4,
258259
"vscode": {
259260
"interpreter": {
260-
"hash": "29bac9ffda43450bc3af04af8c210d0c64d213e4c5a5e47d195190fdaa889edd"
261+
"hash": "3425e24474cbe920550266ea26b478634978cc419579f9dbcf479231067df6a3"
261262
}
262263
}
263264
},

0 commit comments

Comments
 (0)