You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectionfile-spec/connectionfile-spec.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,9 @@ The connection file is [documented](https://github.com/jupyter/jupyter_client/bl
15
15
## Proposed Enhancement
16
16
17
17
We propose to specify the connection file with the JSON schema joined in this PR. The specification would reflect
18
-
[the current description of the connection file](https://jupyter-client.readthedocs.io/en/stable/kernels.html#connection-files),
19
-
and adds an optional `kernel_protocol_version` field.
18
+
[the current description of the connection file](https://jupyter-client.readthedocs.io/en/stable/kernels.html#connection-files).
20
19
21
-
The specification and the documentation of the connection file will be stored along side [those of the kernel protocol](https://github.com/jupyter-standards/kernel-protocol)
20
+
The documentation of the connection file will be stored along side [those of the kernel protocol](https://github.com/jupyter-standards/kernel-protocol) while its specification will be stored in the [Jupyter schema repo](https://github.com/jupyter/schema).
0 commit comments