hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
"""Package for the fairlearn Dashboard widget."""
from ._fairlearn_dashboard import FairlearnDashboard
__all__ = ['FairlearnDashboard']
def _jupyter_nbextension_paths():
return [{
'section': 'notebook',
'src': 'static',
'dest': 'fairlearn-widget',
'require': 'fairlearn-widget/extension'
}]