mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix notebook user interface documentation casing
Not using current casing
This commit is contained in:
@@ -42,15 +42,15 @@ You can change the default interface users get when they log in by modifying
|
|||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
userEnvironment:
|
user_environment:
|
||||||
defaultApp: jupyterlab
|
default_app: jupyterlab
|
||||||
|
|
||||||
#. Alternatively, to launch **nteract** when users log in, add the following snippet to the config
|
#. Alternatively, to launch **nteract** when users log in, add the following snippet to the config
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
userEnvironment:
|
user_environment:
|
||||||
defaultApp: nteract
|
default_app: nteract
|
||||||
|
|
||||||
#. Save and exit the editor. With ``nano``, you can do this by pressing ``Ctrl-X``.
|
#. Save and exit the editor. With ``nano``, you can do this by pressing ``Ctrl-X``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user