From 63fbea2eab5c000b4e749018c49d4af0d0e763fb Mon Sep 17 00:00:00 2001 From: Zachary Sailer Date: Wed, 9 Oct 2019 18:39:59 -0700 Subject: [PATCH] Update docs/source/frontends.rst Co-Authored-By: Carol Willing --- docs/source/frontends.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/frontends.rst b/docs/source/frontends.rst index 63221fa8d4..5fcd60cc67 100644 --- a/docs/source/frontends.rst +++ b/docs/source/frontends.rst @@ -1,7 +1,10 @@ Creating a Jupyter Server Frontend ================================== -Jupyter Server does not come with frontend out-of-the-box; instead, frontends are installed separately and loaded as server extensions. This page demonstrates the best way to write a Jupyter Server frontend from scatch (warning, this documentation is directed a developers). +Jupyter Server does not come with a frontend out-of-the-box; instead, a frontend is installed separately and loaded as a server extension. This page demonstrates the best way to write a Jupyter Server frontend from scratch. + +.. note:: This documentation is written for experienced developers. + Writing a frontend application ------------------------------