Skip to content

Commit

Permalink
ensure kernel_name is defined on ConnectionFileMixin
Browse files Browse the repository at this point in the history
since it is used when passing to write_connection_file
  • Loading branch information
minrk committed Aug 10, 2017
1 parent d6e6bc9 commit 1964758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_client/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def _data_dir_default(self):
_connection_file_written = Bool(False)

transport = CaselessStrEnum(['tcp', 'ipc'], default_value='tcp', config=True)
kernel_name = Unicode()

ip = Unicode(config=True,
help="""Set the kernel\'s IP address [default localhost].
Expand Down

0 comments on commit 1964758

Please sign in to comment.