blob: 71a30e3f037d7cb077d7a8167eb0f31aae14b68a [file] [log] [blame]
# pylint: disable=invalid-name, missing-docstring, no-init, old-style-class, multiple-statements
"""MXNet notebook: an easy to use visualization platform"""
try:
import bokeh
except ImportError:
class Bokeh_Failed_To_Import: pass
bokeh = Bokeh_Failed_To_Import
try:
import boken.io
except ImportError:
pass