We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3a596 commit 7f0e45dCopy full SHA for 7f0e45d
ipykernel/zmqshell.py
@@ -378,7 +378,7 @@ def connect_info(self, arg_s):
378
print ("Paste the above JSON into a file, and connect with:\n"
379
" $> jupyter <app> --existing <file>\n"
380
"or, if you are local, you can connect with just:\n"
381
- " $> jupyter <app> --existing {}\n"
+ f" $> jupyter <app> --existing {connection_file}\n"
382
"or even just:\n"
383
" $> jupyter <app> --existing\n"
384
"if this is the most recent Jupyter kernel you have started.".format(
0 commit comments