Skip to content

Commit eab6067

Browse files
committed
Change url variable to the updated UVES data
* Switching to data.astropy.org
1 parent c474abc commit eab6067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/UVES/UVES.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"input": [
9494
"import tarfile\n",
9595
"from astropy.utils.data import download_file\n",
96-
"url = 'http://python4astronomers.github.io/_downloads/astropy_UVES.tar.gz'\n",
96+
"url = 'http://data.astropy.org/tutorials/UVES/data_UVES.tar.gz'\n",
9797
"f = tarfile.open(download_file(url, cache=True), mode='r|*')\n",
9898
"location_for_data_file = '.' # CHANGE TO WHEREVER YOU WANT THE DATA TO BE EXTRACTED\n",
9999
"f.extractall(path=location_for_data_file)"

0 commit comments

Comments
 (0)