Skip to content

Commit 0ff7d86

Browse files
authored
Fix c.GatewayClient.url snippet syntax (#917)
1 parent 4ca2264 commit 0ff7d86

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)