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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ accommodate creating JupyterLab-like applications from a more limited scope.
14
14
15
15
`pip install jupyterlab_server`
16
16
17
+
To include optional `openapi` dependencies, use:
18
+
19
+
`pip install jupyterlab_server[openapi]`
20
+
21
+
To include optional `pytest_plugin` dependencies, use:
22
+
23
+
`pip install jupyterlab_server[test]`
24
+
17
25
## Usage
18
26
19
27
See the full documentation for [API docs](https://jupyterlab-server.readthedocs.io/en/stable/api/index.html) and [REST endpoint descriptions](https://jupyterlab-server.readthedocs.io/en/stable/api/rest.html).
0 commit comments