We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db236 commit c9897b5Copy full SHA for c9897b5
docs/source/operators/public-server.rst
@@ -364,7 +364,7 @@ or in :file:`jupyter_notebook_config.py`:
364
365
.. code-block:: python
366
367
- c.GatewayClient.url = http://my-gateway-server:8888
+ c.GatewayClient.url = 'http://my-gateway-server:8888'
368
369
When provided, all kernel specifications will be retrieved from the specified Gateway server and all
370
kernels will be managed by that server. This option enables the ability to target kernel processes
0 commit comments