Skip to content

Commit 63fbea2

Browse files
Zsailerwillingc
andauthored
Update docs/source/frontends.rst
Co-Authored-By: Carol Willing <[email protected]>
1 parent 5cd5f82 commit 63fbea2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/frontends.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Creating a Jupyter Server Frontend
22
==================================
33

4-
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).
4+
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.
5+
6+
.. note:: This documentation is written for experienced developers.
7+
58

69
Writing a frontend application
710
------------------------------

0 commit comments

Comments
 (0)