Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c815c1c

Browse files
author
Leanne Guy
committed
Move rubin imports to first cell
1 parent dbea37c commit c815c1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

02_Intermediate_TAP_Query.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"import pandas\n",
5656
"from pandas.testing import assert_frame_equal\n",
5757
"\n",
58+
"# Import the Rubin TAP service utilities\n",
59+
"from lsst.rsp import get_tap_service, retrieve_query\n",
60+
"\n",
5861
"# Astropy\n",
5962
"from astropy import units as u\n",
6063
"from astropy.coordinates import SkyCoord\n",
@@ -133,9 +136,6 @@
133136
"metadata": {},
134137
"outputs": [],
135138
"source": [
136-
"# Import the Rubin TAP service utilities\n",
137-
"from lsst.rsp import get_tap_service, retrieve_query\n",
138-
"\n",
139139
"# Get an instance of the TAP service\n",
140140
"service = get_tap_service()\n",
141141
"assert service is not None\n",

0 commit comments

Comments
 (0)