Skip to content

Commit

Permalink
Allow opening comm connections
Browse files Browse the repository at this point in the history
helps on vidartf#7
  • Loading branch information
saulshanabrook committed Oct 21, 2019
1 parent 6fba120 commit 86fb13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phoila/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def initialize(self, *args, **kwargs):
super(PhoilaApp, self).initialize(*args, **kwargs)
if not self._dispatching:
self.kernel_manager.allowed_message_types = [
'comm_open',
'comm_msg',
'comm_info_request',
'kernel_info_request',
Expand Down

0 comments on commit 86fb13b

Please sign in to comment.