Skip to content

Commit 60127f7

Browse files
committed
README: Note that jupyter_client only needed at kernel-setup time
1 parent 4672639 commit 60127f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Or, you can install latest from Github in the usual way: `pip install https://gi
4141

4242
This is a single-file script and can be copied directly and added to
4343
`PATH` as well. By design, there are no dependencies except the basic
44-
Jupyter client (not notebook or any UI). The script must be available both when a kernel is set up, and
44+
Jupyter client (not notebook or any UI), and that is only needed at
45+
kernel-setup time, not at kernel-runtime. The script must be
46+
available both when a kernel is set up, and
4547
each time the kernel is started (and currently assumes they are in the
4648
same location).
4749

0 commit comments

Comments
 (0)