Python 3.7 as default in the docs

pull/631/head
Jeremy Tuloup 2019-03-27 21:54:50 +01:00
rodzic f18835fd06
commit 177ee4b650
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E6F41AEA59355CB4
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ either because the version of the package is too new and your chosen Python is t
or vice versa.
I Python 2.7 is specified, a separate environment for the kernel will be
installed with Python 2. The notebook server will run in the default Python 3.6
installed with Python 2. The notebook server will run in the default Python 3.7
environment.
Julia

Wyświetl plik

@ -85,7 +85,7 @@ by ``repo2docker`` to see how to configure the build process.
.. note::
``repo2docker`` builds an environment with Python 3.6 by default. If you'd
``repo2docker`` builds an environment with Python 3.7 by default. If you'd
like a different version, you can specify this in your
:ref:`configuration files <config-files>`.