File tree Expand file tree Collapse file tree 2 files changed +1
-209
lines changed Expand file tree Collapse file tree 2 files changed +1
-209
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 45
45
from jupyter_core .paths import jupyter_runtime_dir
46
46
from jupyter_client .session import extract_header , Session
47
47
48
- try :
49
- # available since ipyparallel 5.0.0
50
- from ipyparallel .engine .datapub import ZMQDataPublisher
51
- except ImportError :
52
- # Deprecated since ipykernel 4.3.0
53
- from ipykernel .datapub import ZMQDataPublisher
54
-
55
48
#-----------------------------------------------------------------------------
56
49
# Functions and classes
57
50
#-----------------------------------------------------------------------------
@@ -445,7 +438,7 @@ class ZMQInteractiveShell(InteractiveShell):
445
438
446
439
displayhook_class = Type (ZMQShellDisplayHook )
447
440
display_pub_class = Type (ZMQDisplayPublisher )
448
- data_pub_class = Type ( ZMQDataPublisher )
441
+ data_pub_class = Any ( )
449
442
kernel = Any ()
450
443
parent_header = Any ()
451
444
You can’t perform that action at this time.
0 commit comments