mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #6540 from takluyver/comms-mgr-needs-no-shell
Make comm manager (mostly) independent of InteractiveShell
This commit is contained in:
commit
6a304fc63c
@ -22,6 +22,9 @@ from IPython.utils.py3compat import annotate
|
||||
class DummyComm(Comm):
|
||||
comm_id = 'a-b-c-d'
|
||||
|
||||
def open(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def send(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user