Skip to content

Commit 9f4cd3a

Browse files
committed
Bump Python to 3.9 in Google Colab
1 parent bd8090c commit 9f4cd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-demo.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"!bash ./Miniconda3-latest-Linux-x86_64.sh -bfp /usr/local\n",
5353
"!conda update conda -y -q\n",
5454
"!conda config --prepend channels conda-forge\n",
55-
"!conda install -q -y --prefix /usr/local python=3.8 pygmt\n",
55+
"!conda install -q -y --prefix /usr/local python=3.9 pygmt\n",
5656
"\n",
5757
"import sys\n",
5858
"import os\n",
59-
"sys.path.append('/usr/local/lib/python3.8/site-packages')\n",
59+
"sys.path.append('/usr/local/lib/python3.9/site-packages')\n",
6060
"os.environ[\"GMT_LIBRARY_PATH\"]=\"/usr/local/lib\""
6161
]
6262
},
@@ -241,7 +241,7 @@
241241
"name": "python",
242242
"nbconvert_exporter": "python",
243243
"pygments_lexer": "ipython3",
244-
"version": "3.8.3"
244+
"version": "3.8.5"
245245
}
246246
},
247247
"nbformat": 4,

0 commit comments

Comments
 (0)