Spaces:
Build error
Build error
File size: 394 Bytes
d61b9c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
from captum.insights.attr_vis.widget._version import __version__, version_info # noqa
from captum.insights.attr_vis.widget.widget import * # noqa
def _jupyter_nbextension_paths():
return [
{
"section": "notebook",
"src": "static",
"dest": "jupyter-captum-insights",
"require": "jupyter-captum-insights/extension",
}
]
|