Show More
1 | NO CONTENT: new file 100644 |
|
NO CONTENT: new file 100644 |
1 | NO CONTENT: new file 100644 |
|
NO CONTENT: new file 100644 |
@@ -87,4 +87,3 b' class BlockingKernelManager(KernelManager):' | |||||
87 | iopub_channel_class = Type(BlockingIOPubChannel) |
|
87 | iopub_channel_class = Type(BlockingIOPubChannel) | |
88 | stdin_channel_class = Type(BlockingStdInChannel) |
|
88 | stdin_channel_class = Type(BlockingStdInChannel) | |
89 | hb_channel_class = Type(BlockingHBChannel) |
|
89 | hb_channel_class = Type(BlockingHBChannel) | |
90 |
|
1 | NO CONTENT: file renamed from IPython/kernel/ioloopkernelmanager.py to IPython/kernel/ioloop/manager.py |
|
NO CONTENT: file renamed from IPython/kernel/ioloopkernelmanager.py to IPython/kernel/ioloop/manager.py |
1 | NO CONTENT: file renamed from IPython/kernel/ioloopkernelrestarter.py to IPython/kernel/ioloop/restarter.py |
|
NO CONTENT: file renamed from IPython/kernel/ioloopkernelrestarter.py to IPython/kernel/ioloop/restarter.py |
@@ -1144,4 +1144,3 b' IOPubChannelABC.register(IOPubChannel)' | |||||
1144 | HBChannelABC.register(HBChannel) |
|
1144 | HBChannelABC.register(HBChannel) | |
1145 | StdInChannelABC.register(StdInChannel) |
|
1145 | StdInChannelABC.register(StdInChannel) | |
1146 | KernelManagerABC.register(KernelManager) |
|
1146 | KernelManagerABC.register(KernelManager) | |
1147 |
|
General Comments 0
You need to be logged in to leave comments.
Login now