##// END OF EJS Templates
Backport PR #10543: Pass down include and exclude as kwarg to repr_mimebundle...
Backport PR #10543: Pass down include and exclude as kwarg to repr_mimebundle Followup on 10526

File last commit:

r21132:bd94d264
r23648:7b3be26a
Show More
localinterfaces.py
5 lines | 155 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.localinterfaces has moved to jupyter_client.localinterfaces")
from jupyter_client.localinterfaces import *