We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8090c commit 9f4cd3aCopy full SHA for 9f4cd3a
python-demo.ipynb
@@ -52,11 +52,11 @@
52
"!bash ./Miniconda3-latest-Linux-x86_64.sh -bfp /usr/local\n",
53
"!conda update conda -y -q\n",
54
"!conda config --prepend channels conda-forge\n",
55
- "!conda install -q -y --prefix /usr/local python=3.8 pygmt\n",
+ "!conda install -q -y --prefix /usr/local python=3.9 pygmt\n",
56
"\n",
57
"import sys\n",
58
"import os\n",
59
- "sys.path.append('/usr/local/lib/python3.8/site-packages')\n",
+ "sys.path.append('/usr/local/lib/python3.9/site-packages')\n",
60
"os.environ[\"GMT_LIBRARY_PATH\"]=\"/usr/local/lib\""
61
]
62
},
@@ -241,7 +241,7 @@
241
"name": "python",
242
"nbconvert_exporter": "python",
243
"pygments_lexer": "ipython3",
244
- "version": "3.8.3"
+ "version": "3.8.5"
245
}
246
247
"nbformat": 4,
0 commit comments