Show More
@@ -1,13 +1,13 b'' | |||||
1 | """[DEPRECATED] Utilities for connecting to kernels |
|
1 | """[DEPRECATED] Utilities for connecting to kernels | |
2 |
|
2 | |||
3 | Moved to IPython.kernel.connect |
|
3 | Moved to IPython.kernel.connect | |
4 | """ |
|
4 | """ | |
5 |
|
5 | |||
6 | import warnings |
|
6 | import warnings | |
7 | warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0," |
|
7 | warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0," | |
8 | "and will be removed in IPython 6.0.", |
|
8 | " and will be removed in IPython 6.0.", | |
9 | DeprecationWarning |
|
9 | DeprecationWarning | |
10 | ) |
|
10 | ) | |
11 |
|
11 | |||
12 | from ipykernel.connect import * |
|
12 | from ipykernel.connect import * | |
13 |
|
13 |
General Comments 0
You need to be logged in to leave comments.
Login now