File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A 'kernel' is a program that runs and introspects the user's code. IPython
8
8
includes a kernel for Python code, and people have written kernels for
9
9
`several other languages <https://github.com/jupyter/jupyter/wiki/Jupyter-kernels >`_.
10
10
11
- When Jupyter starts a kernel, it passes it a connection file. This specifies
11
+ At kernel startup, Jupyter passes the kernel a connection file. This specifies
12
12
how to set up communications with the frontend.
13
13
14
14
There are two options for writing a kernel:
@@ -143,7 +143,7 @@ JSON serialised dictionary containing the following keys and values:
143
143
These will be added to the current environment variables before the kernel is
144
144
started.
145
145
- **metadata ** (optional): A dictionary of additional attributes about this
146
- kernel; used by clients to aid clients in kernel selection. Metadata added
146
+ kernel; used by clients to aid in kernel selection. Metadata added
147
147
here should be namespaced for the tool reading and writing that metadata.
148
148
149
149
For example, the kernel.json file for IPython looks like this::
You can’t perform that action at this time.
0 commit comments