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
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.
7
7
8
-
For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest).
8
+
For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/stable/?badge=latest).
9
9
10
10
## Installation and Basic usage
11
11
@@ -22,7 +22,7 @@ If Jupyter Server is a dependency of your project/application, it is important t
22
22
23
23
When a new minor version is released on PyPI, a branch for that version will be created in this repository, and the version of the main branch will be bumped to the next minor version number. That way, the main branch always reflects the latest un-released version.
24
24
25
-
To see the changes between releases, checkout the [CHANGELOG](https://github.com/jupyter/jupyter_server/blob/main/CHANGELOG.md).
25
+
To see the changes between releases, checkout the [CHANGELOG](https://github.com/jupyter/jupyter_server/blob/1.x/CHANGELOG.md).
26
26
27
27
## Usage - Running Jupyter Server
28
28
@@ -34,7 +34,7 @@ Launch with:
34
34
35
35
### Testing
36
36
37
-
See [CONTRIBUTING](https://github.com/jupyter-server/jupyter_server/blob/main/CONTRIBUTING.rst#running-tests).
37
+
See [CONTRIBUTING](https://github.com/jupyter-server/jupyter_server/blob/1.x/CONTRIBUTING.rst#running-tests).
Copy file name to clipboardExpand all lines: docs/source/developers/extensions.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Server Extensions
5
5
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.
6
6
7
7
You can check some simple examples on the `examples folder
8
-
<https://github.com/jupyter/jupyter_server/tree/main/examples/simple>`_ in the GitHub jupyter_server repository.
8
+
<https://github.com/jupyter/jupyter_server/tree/1.x/examples/simple>`_ in the GitHub jupyter_server repository.
0 commit comments