scinece -> science

pull/347/head
Daniel Le Berre 2018-07-16 07:03:49 +02:00 zatwierdzone przez GitHub
rodzic 5a6003615d
commit bbb0dbbfdc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ repo2docker is called with this command::
where ``<URL-or-path to repo>`` is a URL or path to the source repository.
For example, use the following to build an image of the
`Python Data Scinece Handbook <https://github.com/jakevdp/PythonDataScienceHandbook>`_::
`Python Data Science Handbook <https://github.com/jakevdp/PythonDataScienceHandbook>`_::
jupyter-repo2docker https://github.com/jakevdp/PythonDataScienceHandbook
@ -47,7 +47,7 @@ Python 3.6 unless you include the version of Python in your
Python 2.7, 3.5, and 3.6. In the case of this repo, a Python version is not
specified in their configuation files and Python 3.6 is installed.
`Python Data Scinece Handbook <https://github.com/jakevdp/PythonDataScienceHandbook>`_
`Python Data Science Handbook <https://github.com/jakevdp/PythonDataScienceHandbook>`_
uses a `requirements.txt file <https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/requirements.txt>`_
to specify its Python environment. ``repo2docker`` uses ``pip`` to install
dependencies listed in the ``requirement.txt`` in the image. To learn more about