Show More
@@ -1,6 +1,10 b'' | |||
|
1 |
|
|
|
1 | """IPython.kernel has been replaced by IPython.parallel. | |
|
2 | ||
|
3 | The previous version of IPython's parallel library was located at this | |
|
4 | location (IPython.kernel). It has been moved to the IPython.parallel | |
|
5 | subpackage and has been refactored to use zeromq/pyzmq instead of twisted. | |
|
2 | 6 |
|
|
3 | 7 |
|
|
4 | 8 |
|
|
5 | 9 | |
|
6 |
raise ImportError( |
|
|
10 | raise ImportError(__doc__) |
General Comments 0
You need to be logged in to leave comments.
Login now