Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions notebooks/TIPS_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"metadata": {
"colab": {
"name": "TIPS_demo.ipynb",
"provenance": [],
"collapsed_sections": [],
"toc_visible": true
"provenance": []
},
"kernelspec": {
"name": "python3",
Expand Down Expand Up @@ -57,7 +55,10 @@
"id": "Ks3itvIuVD9z"
},
"source": [
"!gdown 1zTG9M06ckW0z4MvJks3-JSC8sJguiZJH -O tips.zip && unzip -oq tips.zip && rm tips.zip && rm -r sample_data"
"!rm * -Rf\n",
"!wget \"https://drive.google.com/uc?id=1zTG9M06ckW0z4MvJks3-JSC8sJguiZJH&confirm=t&uuid=eff55096-c74c-413e-874f-c8ca2ea4cb27&at=ALgDtsy0Pr78iHzB8TK5eTUpy5j2:1676916580137\" -O tips.zip\n",
"!unzip -oq tips.zip && rm tips.zip\n",
"!ls -lah"
],
"execution_count": null,
"outputs": []
Expand Down