Home | History | Annotate | Download | only in scapy

Lines Matching refs:IPython

200     """Updates IPython session with a custom one"""
232 if hasattr(i, "__module__") and (k[0] == "_" or i.__module__.startswith("IPython")):
478 "ipython", "auto"
481 import IPython
482 from IPython.terminal.embed import InteractiveShellEmbed
485 "IPython not available. Using standard Python shell "
488 IPYTHON = False
490 IPYTHON = True
492 IPYTHON = False
496 if IPYTHON:
497 banner = the_banner + " using IPython %s\n" % IPython.__version__
530 log_loading.warning("IPython too old. Won't support history and color style.")