##// END OF EJS Templates
Merge pull request #10500 from takluyver/config-return-handler...
Merge pull request #10500 from takluyver/config-return-handler Allow configuring a function to handle return in the terminal

File last commit:

r23033:5dd70876
r23581:f3fc2511 merge
Show More
pickleutil.py
5 lines | 144 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil", stacklevel=2)
from ipykernel.pickleutil import *