Merge pull request #2174 from jmfcodes/typofix

fixed a typo
This commit is contained in:
Yuvi Panda
2018-09-22 15:14:00 -07:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ to make that happen.
``` ```
2. Make sure the `python` you installed and the `npm` you installed 2. Make sure the `python` you installed and the `npm` you installed
are available to you on the commandline. are available to you on the command line.
```bash ```bash
python -V python -V
@@ -114,7 +114,7 @@ To simplify testing of JupyterHub,
it's helpful to use DummyAuthenticator instead of the default JupyterHub authenticator it's helpful to use DummyAuthenticator instead of the default JupyterHub authenticator
and SimpleSpawner instead of the default spawner. and SimpleSpawner instead of the default spawner.
There is a sample configuration file that does this in `testing.jupyterhub_config.py`. There is a sample configuration file that does this in `testing/jupyterhub_config.py`.
To launch jupyterhub with this configuration: To launch jupyterhub with this configuration:
pip install jupyterhub-simplespawner jupyterhub-dummyauthenticator pip install jupyterhub-simplespawner jupyterhub-dummyauthenticator