Skip to content

Commit 00b7dad

Browse files
rickwierengameeseeksmachine
authored andcommitted
Backport PR #917: Fix c.GatewayClient.url snippet syntax
1 parent 98db236 commit 00b7dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/operators/public-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ or in :file:`jupyter_notebook_config.py`:
364364

365365
.. code-block:: python
366366
367-
c.GatewayClient.url = http://my-gateway-server:8888
367+
c.GatewayClient.url = 'http://my-gateway-server:8888'
368368
369369
When provided, all kernel specifications will be retrieved from the specified Gateway server and all
370370
kernels will be managed by that server. This option enables the ability to target kernel processes

0 commit comments

Comments
 (0)