Skip to content

Commit

Permalink
rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelJwilson committed Feb 11, 2022
1 parent e98fb19 commit b3560da
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions Colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@
"name": "stdout",
"output_type": "stream",
"text": [
"--2022-02-11 22:07:49-- https://raw.githubusercontent.com/michaelJwilson/desihigh/main/colab.py\n",
"Resolving raw.githubusercontent.com... 2606:50c0:8000::154, 2606:50c0:8002::154, 2606:50c0:8003::154, ...\n",
"--2022-02-11 22:23:24-- https://raw.githubusercontent.com/michaelJwilson/desihigh/main/setup_colab.py\n",
"Resolving raw.githubusercontent.com... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ...\n",
"Connecting to raw.githubusercontent.com|2606:50c0:8000::154|:443... connected.\n",
"HTTP request sent, awaiting response... 200 OK\n",
"Length: 1436 (1.4K) [text/plain]\n",
"Saving to: 'colab.py'\n",
"Length: 1123 (1.1K) [text/plain]\n",
"Saving to: 'setup_colab.py'\n",
"\n",
"colab.py 100%[===================>] 1.40K --.-KB/s in 0.001s \n",
"setup_colab.py 100%[===================>] 1.10K --.-KB/s in 0s \n",
"\n",
"2022-02-11 22:07:50 (1.17 MB/s) - 'colab.py' saved [1436/1436]\n",
"2022-02-11 22:23:24 (51.0 MB/s) - 'setup_colab.py' saved [1123/1123]\n",
"\n"
]
}
],
"source": [
"! wget -O colab.py https://raw.githubusercontent.com/michaelJwilson/desihigh/main/colab.py"
"! wget -O setup_colab.py https://raw.githubusercontent.com/michaelJwilson/desihigh/main/setup_colab.py"
]
},
{
Expand All @@ -89,12 +89,20 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"id": "2d9fe293",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"It appears you are not on Google Colab (!)\n"
]
}
],
"source": [
"import colab"
"import setup_colab"
]
},
{
Expand Down

0 comments on commit b3560da

Please sign in to comment.