Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5462c7e

Browse files
fperezminrk
authored andcommitted
Add top-level display module for public api.
1 parent d37e1be commit 5462c7e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

IPython/display.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 *

0 commit comments

Comments
 (0)