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
over Websockets. Start and stop kernels through REST calls.
20
20
This HTTP API is compatible with the respective API sections
21
21
of the Jupyter Notebook server.
22
22
23
-
* Serve HTTP requests from annotated notebook cells. The code snippets
23
+
- Serve HTTP requests from annotated notebook cells. The code snippets
24
24
are cells of a static notebook configured in the Kernel Gateway.
25
25
Annotations define which HTTP verbs and resources it supports.
26
26
Incoming requests are served by executing one of the cells in a kernel.
@@ -31,13 +31,13 @@ It can be containerized and scaled out using common technologies like [tmpnb](ht
31
31
32
32
### Example Uses of Kernel Gateway
33
33
34
-
* Attach a local Jupyter Notebook server to a compute cluster in the cloud running near big data (e.g., interactive gateway to Spark)
35
-
* Enable a new breed of non-notebook web clients to provision and use kernels (e.g., web dashboards using [jupyter-js-services](https://github.com/jupyter/jupyter-js-services))
36
-
* Create microservices from notebooks using the Kernel Gateway [`notebook-http` mode](https://jupyter-kernel-gateway.readthedocs.io/en/latest/http-mode.html)
34
+
- Attach a local Jupyter Notebook server to a compute cluster in the cloud running near big data (e.g., interactive gateway to Spark)
35
+
- Enable a new breed of non-notebook web clients to provision and use kernels (e.g., web dashboards using [jupyter-js-services](https://github.com/jupyter/jupyter-js-services))
36
+
- Create microservices from notebooks using the Kernel Gateway [`notebook-http` mode](https://jupyter-kernel-gateway.readthedocs.io/en/latest/http-mode.html)
37
37
38
38
### Features
39
39
40
-
See the [Features page](https://jupyter-kernel-gateway.readthedocs.io/en/latest/features.html) in the
40
+
See the [Features page](https://jupyter-kernel-gateway.readthedocs.io/en/latest/features.html) in the
41
41
documentation for a list of the Jupyter Kernel Gateway features.
0 commit comments