##// END OF EJS Templates
Added note about imports in IPython.__init__.
Brian E. Granger -
Show More
@@ -43,6 +43,14 sys.path.append(os.path.join(os.path.dirname(__file__), "extensions"))
43 43 from .config.loader import Config
44 44 from .core import release
45 45 from .core.application import Application
46 # Todo: Should these be imported here? We need to rethink what is imported in
47 # this module.
48 #from .core.display import (
49 # display, display_pretty, display_html, display_latex,
50 # display_png, display_jpeg, display_svg, display_json,
51 # display_javascript, HTML, SVG, Math, Image, JSON,
52 # Javascript, Pretty
53 #)
46 54 from .frontend.terminal.embed import embed
47 55 from .core.error import TryNext
48 56 from .core.interactiveshell import InteractiveShell
General Comments 0
You need to be logged in to leave comments. Login now