jupyter
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Public API for display tools in IPython.
|
||||
"""Public API for display tools in yap_ipython.
|
||||
"""
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (C) 2012 The IPython Development Team
|
||||
# Copyright (C) 2012 The yap_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.
|
||||
@@ -12,5 +12,5 @@
|
||||
# Imports
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
from IPython.core.display import *
|
||||
from IPython.lib.display import *
|
||||
from yap_ipython.core.display import *
|
||||
from yap_ipython.lib.display import *
|
||||
|
||||
Reference in New Issue
Block a user