Update documentation

This commit is contained in:
Allen Downey
2020-12-29 16:52:17 -05:00
parent fa6a57e9cb
commit 3a7fb80a7a
13 changed files with 168 additions and 399 deletions

View File

@@ -83,7 +83,7 @@
"source": [
"## Installing libraries\n",
"\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",
"If you are running this notebook on Colab, you can run the following cell to install the libraries we'll use.\n",
"\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."
]
@@ -104,7 +104,7 @@
"IN_COLAB = 'google.colab' in sys.modules\n",
"\n",
"if IN_COLAB:\n",
" !pip install astroquery astro-gala wget"
" !pip install wget"
]
},
{