mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
31 lines
833 B
ReStructuredText
31 lines
833 B
ReStructuredText
==============================
|
|
Configuration Reference
|
|
==============================
|
|
|
|
.. important::
|
|
|
|
Make sure the version of JupyterHub for this documentation matches your
|
|
installation version, as the output of this command may change between versions.
|
|
|
|
JupyterHub configuration
|
|
------------------------
|
|
|
|
As explained in the `Configuration Basics <../getting-started/config-basics.html#generate-a-default-config-file>`_
|
|
section, the ``jupyterhub_config.py`` can be automatically generated via
|
|
|
|
.. code-block:: bash
|
|
|
|
jupyterhub --generate-config
|
|
|
|
|
|
The following contains the output of that command for reference.
|
|
|
|
.. jupyterhub-generate-config::
|
|
|
|
JupyterHub help command output
|
|
------------------------------
|
|
|
|
This section contains the output of the command ``jupyterhub --help-all``.
|
|
|
|
.. jupyterhub-help-all::
|