From d674b546ea4035a149a8d3f1ad04c8f060de5335 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 30 Jul 2018 17:23:37 -0700 Subject: [PATCH] Fix notebook user interface documentation casing Not using current casing --- docs/howto/notebook-interfaces.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/howto/notebook-interfaces.rst b/docs/howto/notebook-interfaces.rst index 6f69f96..e5a168f 100644 --- a/docs/howto/notebook-interfaces.rst +++ b/docs/howto/notebook-interfaces.rst @@ -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``.