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
[KernelGatewayApp] Jupyter Kernel Gateway at http://127.0.0.1:10100
68
+
```
69
+
and again notice the output in the logs. This time we didn't point to a specific notebook but you can test against the kernelspecs endpoint or the swagger endpoint:
For more details running-mode sections [websocket-mode](websocket-mode.md) and [http-mode](http-mode.md).
29
76
30
-
Once installed, you can use the `jupyter` CLI to run the server as shown above.
77
+
**NOTE: Watch out for notebooks that run things on import as this might cause the gateway server to crash immediately and the log messages are not always obvious.**
31
78
32
-
## Using a docker-stacks image
79
+
## Running using a docker-stacks image
33
80
34
81
You can add the kernel gateway to any [docker-stacks](https://github.com/jupyter/docker-stacks) image by writing a Dockerfile patterned after the following example:
0 commit comments