Skip to content

Commit 5909660

Browse files
committed
start operator docs
1 parent f0e75bf commit 5909660

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

docs/source/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ Operators
3535
~~~~~~~~~
3636

3737
- Serving a Jupyter Server with multiple frontends.
38+
- Running an extension from its own endpoint
39+
- Running a serve with multiple frontends
40+
-
3841
- Managing multiple extensions.
39-
- Configuring multiple extensions.
42+
- Listing all extensions.
43+
- Enabling/disabling extensions
44+
- If something goes wrong.
45+
- Configuring extensions.
46+
- Extension config directory structure
4047
- Changelog
4148

4249
Extension Authors

docs/source/operators/changelog.rst

Whitespace-only changes.

docs/source/operators/configuring-extensions.rst

Whitespace-only changes.

docs/source/operators/managing-extensions.rst

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Serving a Jupyter Server with multiple frontends
2+
================================================
3+
4+
One of the major benefits of Jupyter Server is that you can run serve multiple Jupyter frontend applications on top of the same server.
5+
6+
Each Jupyter frontend application *should* be a Jupyter Server extension. When you install these extensions,

0 commit comments

Comments
 (0)