Skip to content

Commit

Permalink
Update docs/source/frontends.rst
Browse files Browse the repository at this point in the history
Co-Authored-By: Carol Willing <[email protected]>
  • Loading branch information
Zsailer and willingc authored Oct 10, 2019
1 parent 5cd5f82 commit 63fbea2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/frontends.rst
Original file line number Diff line number Diff line change
@@ -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
------------------------------
Expand Down

0 comments on commit 63fbea2

Please sign in to comment.