We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c474abc commit eab6067Copy full SHA for eab6067
tutorials/UVES/UVES.ipynb
@@ -93,7 +93,7 @@
93
"input": [
94
"import tarfile\n",
95
"from astropy.utils.data import download_file\n",
96
- "url = 'http://python4astronomers.github.io/_downloads/astropy_UVES.tar.gz'\n",
+ "url = 'http://data.astropy.org/tutorials/UVES/data_UVES.tar.gz'\n",
97
"f = tarfile.open(download_file(url, cache=True), mode='r|*')\n",
98
"location_for_data_file = '.' # CHANGE TO WHEREVER YOU WANT THE DATA TO BE EXTRACTED\n",
99
"f.extractall(path=location_for_data_file)"
0 commit comments