##// END OF EJS Templates
Add top-level display module for public api.
Fernando Perez -
Show More
@@ -0,0 +1,17 b''
1 """Public API for display tools in IPython.
2 """
3
4 #-----------------------------------------------------------------------------
5 # Copyright (C) 2012 The IPython Development Team
6 #
7 # Distributed under the terms of the BSD License. The full license is in
8 # the file COPYING, distributed as part of this software.
9 #-----------------------------------------------------------------------------
10
11 #-----------------------------------------------------------------------------
12 # Imports
13 #-----------------------------------------------------------------------------
14
15 from IPython.core.display import *
16 from IPython.core.displaypub import *
17 from IPython.lib.display import *
General Comments 0
You need to be logged in to leave comments. Login now