You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/developers/extensions.rst
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ Server Extensions
6
6
7
7
A Jupyter Server extension is typically a module or package that extends to Server’s REST API/endpoints—i.e. adds extra request handlers to Server’s Tornado Web Application.
8
8
9
-
You can check some simple examples on the `examples folder
10
-
<https://github.com/jupyter/jupyter_server/tree/main/examples/simple>`_ in the GitHub jupyter_server repository.
9
+
For examples of jupyter server extensions, see the
10
+
:ref:`homepage <examples of jupyter server extensions>`.
11
+
12
+
To get started writing your own extension, see the simple examples in the `examples folder
13
+
<https://github.com/jupyter-server/jupyter_server/tree/main/examples/simple>`_ in the GitHub jupyter_server repository.
A Jupyter Server Extension Providing Support for Y Documents.
44
+
`NbClassic <https://jupyterlab.readthedocs.io>`_
45
+
Jupyter notebook as a Jupyter Server extension.
46
+
`Cylc UI Server <https://cylc.org>`_
47
+
A Jupyter Server extension that serves the cylc-ui web application for
48
+
monitoring and controlling Cylc workflows.
49
+
50
+
For more information on extensions, see :ref:`extensions`.
51
+
52
+
24
53
Who's this for?
25
54
---------------
26
55
@@ -31,7 +60,8 @@ The Jupyter Server is a highly technical piece of the Jupyter Stack, so we've se
31
60
3. :ref:`Developers <developers>`: people writing Jupyter Server extensions and web applications.
32
61
4. :ref:`Contributors <contributors>`: people contributing directly to the Jupyter Server library.
33
62
34
-
If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo <https://github.com/jupyter/jupyter_server>`_.
63
+
If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo <https://github.com/jupyter-server/jupyter_server>`_.
0 commit comments