File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
from jupyter_client .session import Session , extract_header
21
21
22
22
warnings .warn (
23
- "ipykernel.datapub is deprecated. It has moved to ipyparallel.datapub" ,
23
+ "ipykernel.datapub is deprecated since ipykernel 4.3.0 (2016) . It has moved to ipyparallel.datapub" ,
24
24
DeprecationWarning ,
25
25
stacklevel = 2 ,
26
26
)
@@ -73,7 +73,7 @@ def publish_data(data):
73
73
The data to be published. Think of it as a namespace.
74
74
"""
75
75
warnings .warn (
76
- "ipykernel.datapub is deprecated. It has moved to ipyparallel.datapub" ,
76
+ "ipykernel.datapub is deprecated since ipykernel 4.3.0 (2016) . It has moved to ipyparallel.datapub" ,
77
77
DeprecationWarning ,
78
78
stacklevel = 2 ,
79
79
)
Original file line number Diff line number Diff line change 5
5
from zmq .log .handlers import PUBHandler
6
6
7
7
warnings .warn (
8
- "ipykernel.log is deprecated. It has moved to ipyparallel.engine.log" ,
8
+ "ipykernel.log is deprecated since ipykernel 4.3.0 (2016) . It has moved to ipyparallel.engine.log" ,
9
9
DeprecationWarning ,
10
10
stacklevel = 2 ,
11
11
)
Original file line number Diff line number Diff line change 20
20
from traitlets .utils .importstring import import_item
21
21
22
22
warnings .warn (
23
- "ipykernel.pickleutil is deprecated. It has moved to ipyparallel." ,
23
+ "ipykernel.pickleutil is deprecated since IPykernel 4.3.0 (2016) . It has moved to ipyparallel." ,
24
24
DeprecationWarning ,
25
25
stacklevel = 2 ,
26
26
)
Original file line number Diff line number Diff line change 35
35
from jupyter_client .session import MAX_BYTES , MAX_ITEMS
36
36
37
37
warnings .warn (
38
- "ipykernel.serialize is deprecated. It has moved to ipyparallel.serialize" ,
38
+ "ipykernel.serialize is deprecated since ipykernel 4.3.0 (2016) . It has moved to ipyparallel.serialize" ,
39
39
DeprecationWarning ,
40
40
stacklevel = 2 ,
41
41
)
You can’t perform that action at this time.
0 commit comments