Edit to be more affirmative

pull/344/head
rprimet 2018-07-04 08:37:20 +02:00 zatwierdzone przez GitHub
rodzic 16a18fc2a8
commit b2de5546ad
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

@ -63,8 +63,8 @@ you should put the following in ``requirements.txt`` or ``environment.yml``::
jupyterhub==0.8.*
In your JupyterHub configuration, you may also need to pass a command to the Spawner
to run ``jupyterhub-singleuser``, for instance if using ``DockerSpawner``::
If your instance of JupyterHub uses ``DockerSpawner``, you will need to set its
command to run ``jupyterhub-singleuser``::
c.DockerSpawner.cmd = ['jupyterhub-singleuser']