Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
13
venv/Lib/site-packages/IPython/lib/kernel.py
Normal file
13
venv/Lib/site-packages/IPython/lib/kernel.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
"""[DEPRECATED] Utilities for connecting to kernels
|
||||
|
||||
Moved to IPython.kernel.connect
|
||||
"""
|
||||
|
||||
import warnings
|
||||
warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0,"
|
||||
" and will be removed in IPython 6.0.",
|
||||
DeprecationWarning
|
||||
)
|
||||
|
||||
from ipykernel.connect import *
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue