Skip to content

Commit c9897b5

Browse files
Backport PR #917 on branch 1.x (Fix c.GatewayClient.url snippet syntax) (#918)
Co-authored-by: Rick Wierenga <[email protected]>
1 parent 98db236 commit c9897b5

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)