From 498bc6299bfc57362227b37660a2a7e17ff28ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Fri, 15 Feb 2019 14:15:45 +0100 Subject: [PATCH] Add link for configuration options to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675181b..7431b9b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Appmode consist of a server-side and a notebook extension for Jupyter. Together ## Server Side Configuration -Appmode has the following configuration options: +Appmode adds the following [configuration options](https://jupyter-notebook.readthedocs.io/en/stable/config.html): - `Appmode.trusted_path` Run only notebooks below this path in Appmode. Default: No restrictions. - `Appmode.show_edit_button` Show _Edit App_ button during Appmode. Default: True. - `Appmode.show_other_button` Show other buttons, e.g. Logout, during Appmode. Default: True.