Skip to content

Commit 7f0e45d

Browse files
Update ipykernel/zmqshell.py
Co-authored-by: David Brochart <[email protected]>
1 parent db3a596 commit 7f0e45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/zmqshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def connect_info(self, arg_s):
378378
print ("Paste the above JSON into a file, and connect with:\n"
379379
" $> jupyter <app> --existing <file>\n"
380380
"or, if you are local, you can connect with just:\n"
381-
" $> jupyter <app> --existing {}\n"
381+
f" $> jupyter <app> --existing {connection_file}\n"
382382
"or even just:\n"
383383
" $> jupyter <app> --existing\n"
384384
"if this is the most recent Jupyter kernel you have started.".format(

0 commit comments

Comments
 (0)