more putter
This commit is contained in:
16
packages/python/yap_kernel/yap_ipython/display.py
Normal file
16
packages/python/yap_kernel/yap_ipython/display.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""Public API for display tools in IPython.
|
||||
"""
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (C) 2012 The IPython Development Team
|
||||
#
|
||||
# Distributed under the terms of the BSD License. The full license is in
|
||||
# the file COPYING, distributed as part of this software.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Imports
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
from IPython.core.display import *
|
||||
from IPython.lib.display import *
|
Reference in New Issue
Block a user