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 4ca2264 commit 0ff7d86Copy full SHA for 0ff7d86
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