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

Commit 79ebb2e

Browse files
author
Leanne Guy
committed
Minor text updates
1 parent a422680 commit 79ebb2e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

02_Intermediate_TAP_Query.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@
108108
"metadata": {},
109109
"outputs": [],
110110
"source": [
111-
"# Utility functions for working with the TAP service\n",
112-
"from rubin_jupyter_utils.lab.notebook import get_tap_service, retrieve_query\n",
111+
"# Import the Rubin TAP service utilities \n",
112+
"from rubin_jupyter_utils.lab.notebook import get_tap_service, retrieve_query \n",
113+
"\n",
114+
"# Get an instance the TAP service \n",
113115
"service = get_tap_service()\n",
114116
"assert service is not None"
115117
]

0 commit comments

Comments
 (0)