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

Commit f8c7e70

Browse files
committed
MLG reviewed
1 parent f9dc72c commit f8c7e70

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

02_Intermediate_TAP_Query.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,13 @@
407407
"assert len(results) == 14424"
408408
]
409409
},
410+
{
411+
"cell_type": "markdown",
412+
"metadata": {},
413+
"source": [
414+
"> If you see a pink-highlighted \"Note: NumExpr detected...\" message after executing the next cell, know that it is not a warning and it is safe to ingore."
415+
]
416+
},
410417
{
411418
"cell_type": "code",
412419
"execution_count": null,
@@ -516,7 +523,7 @@
516523
"metadata": {},
517524
"outputs": [],
518525
"source": [
519-
"# Create a Colour-Magnitude Diagram, color coding the differnt object types\n",
526+
"# Create a Colour-Magnitude Diagram, color coding the different object types\n",
520527
"p = figure(title=\"Colour - Magnitude Diagram\",\n",
521528
" x_axis_label='g-i', y_axis_label='g',\n",
522529
" x_range=(-1.8, 4.3), y_range=(29.5, 16),\n",
@@ -785,7 +792,7 @@
785792
"source": [
786793
"#### 4.2 Retrieving the results from a previous asynchronous job\n",
787794
"Job results may still be available from previously run queries. You can retrieve these results if you know the URL of the job.\n",
788-
"This includes jobs executed in the Portal. You can retrieve the URL for the query and retriece the results"
795+
"This includes jobs executed in the Portal. You can retrieve the URL for the query and retrieve the results"
789796
]
790797
},
791798
{

0 commit comments

Comments
 (0)