This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/yap_ipython/display.py

17 lines
654 B
Python
Raw Normal View History

2018-01-05 16:57:38 +00:00
"""Public API for display tools in yap_ipython.
2017-08-21 12:38:39 +01:00
"""
#-----------------------------------------------------------------------------
2018-01-05 16:57:38 +00:00
# Copyright (C) 2012 The yap_ipython Development Team
2017-08-21 12:38:39 +01:00
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
2018-01-05 16:57:38 +00:00
from yap_ipython.core.display import *
from yap_ipython.lib.display import *