From 094e93c1b0206ec5db570c7c1b494f9e16896381 Mon Sep 17 00:00:00 2001 From: Allen Downey Date: Mon, 16 Nov 2020 10:18:04 -0500 Subject: [PATCH] Adding cell tags --- 02_coords.ipynb | 21 +++++++++++++-------- 03_motion.ipynb | 21 +++++++++++++-------- 04_select.ipynb | 21 +++++++++++++-------- 05_join.ipynb | 21 +++++++++++++-------- 06_photo.ipynb | 21 +++++++++++++-------- 07_plot.ipynb | 21 +++++++++++++-------- 6 files changed, 78 insertions(+), 48 deletions(-) diff --git a/02_coords.ipynb b/02_coords.ipynb index 4e4966e..b142e7e 100644 --- a/02_coords.ipynb +++ b/02_coords.ipynb @@ -46,23 +46,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions.\n" + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1949,6 +1953,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/03_motion.ipynb b/03_motion.ipynb index 4d6c997..77700da 100644 --- a/03_motion.ipynb +++ b/03_motion.ipynb @@ -50,23 +50,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions.\n" + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1877,6 +1881,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/04_select.ipynb b/04_select.ipynb index 50be0fd..691c30a 100644 --- a/04_select.ipynb +++ b/04_select.ipynb @@ -42,23 +42,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions.\n" + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1430,6 +1434,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/05_join.ipynb b/05_join.ipynb index 5b600ba..caa9d2b 100644 --- a/05_join.ipynb +++ b/05_join.ipynb @@ -42,23 +42,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions." + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1298,6 +1302,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/06_photo.ipynb b/06_photo.ipynb index 1375ac2..d04371b 100644 --- a/06_photo.ipynb +++ b/06_photo.ipynb @@ -44,23 +44,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions." + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1349,6 +1353,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/07_plot.ipynb b/07_plot.ipynb index 90aee03..d0ea349 100644 --- a/07_plot.ipynb +++ b/07_plot.ipynb @@ -40,23 +40,27 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "source": [ "## Installing libraries\n", "\n", - "If you are running this notebook on Colab, you can run the following cell to install Astroquery and a the other libraries we'll use.\n", + "If you are running this notebook on Colab, you can run the following cell to install Astroquery and the other libraries we'll use.\n", "\n", - "If you are running this notebook on your own computer, you might have to install these libraries yourself. \n", - "\n", - "If you are using this notebook as part of a Carpentries workshop, you should have received setup instructions.\n", - "\n", - "TODO: Add a link to the instructions." + "If you are running this notebook on your own computer, you might have to install these libraries yourself. See the instructions in the preface." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "remove-cell" + ] + }, "outputs": [], "source": [ "# If we're running on Colab, install libraries\n", @@ -1163,6 +1167,7 @@ } ], "metadata": { + "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python",