Skip to content

Commit

Permalink
update collab data link in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Jun 17, 2024
1 parent f1b9ec2 commit 41a9394
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions notebooks/auto_compression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !mkdir data/\n"
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
]
},
{
Expand Down Expand Up @@ -321,7 +322,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.10.0"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
3 changes: 2 additions & 1 deletion notebooks/auto_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !mkdir data/"
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions notebooks/manual_compression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !mkdir data/\n"
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null\n"
]
},
{
Expand Down Expand Up @@ -288,7 +289,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.10.0"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
9 changes: 5 additions & 4 deletions notebooks/manual_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"# Install s2fft and data if running on google colab.\n",
"if IN_COLAB:\n",
" !pip install s2scat &> /dev/null\n",
" !mkdir data/"
" !mkdir data/\n",
" !wget https://github.com/astro-informatics/s2scat/tree/main/notebooks/data/target_map_lss.npy -P data/ &> /dev/null"
]
},
{
Expand Down Expand Up @@ -238,7 +239,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.11.0 64-bit ('s2scat')",
"display_name": "Python 3.10.0 ('s2fft')",
"language": "python",
"name": "python3"
},
Expand All @@ -252,12 +253,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.10.0"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "29bac9ffda43450bc3af04af8c210d0c64d213e4c5a5e47d195190fdaa889edd"
"hash": "3425e24474cbe920550266ea26b478634978cc419579f9dbcf479231067df6a3"
}
}
},
Expand Down

0 comments on commit 41a9394

Please sign in to comment.