Fix notebook user interface documentation casing

Not using current casing
This commit is contained in:
yuvipanda
2018-07-30 17:23:37 -07:00
parent f733e74777
commit d674b546ea

View File

@@ -42,15 +42,15 @@ You can change the default interface users get when they log in by modifying
.. code-block:: yaml
userEnvironment:
defaultApp: jupyterlab
user_environment:
default_app: jupyterlab
#. Alternatively, to launch **nteract** when users log in, add the following snippet to the config
.. code-block:: yaml
userEnvironment:
defaultApp: nteract
user_environment:
default_app: nteract
#. Save and exit the editor. With ``nano``, you can do this by pressing ``Ctrl-X``.