bindings/jupyter/mlvis/__init__.py (8 lines of code) (raw):

from .widget_builder import * def _jupyter_nbextension_paths(): return [{ 'section': 'notebook', 'src': 'static', 'dest': 'mlvis', 'require': 'mlvis/extension' }]