I am working on getting to know FairLearn in Google Cloud's AI Platform (via JupyterLab). For now, I am starting with the tutorial and when I run the code for the Fairlearn Dashboard, I get an indefinite 'Loading widget...' as seen below.
I have been reading on other threads of users struggling with Wit-widget in JupyterLab to no avail.
Within my terminal in JupyterLab (within my conda environment), I did the following installations successfully:
> pip install ipywidgets
> jupyter nbextension enable --py widgetsnbextension
> conda install -c conda-forge nodejs
> jupyter nbextension install --py --user witwidget
> jupyter nbextension enable witwidget --user --py
And within my jupyter notebook, I also include:
!jupyter labextension install @jupyter-widgets/jupyterlab-manager
I also have the following jupyterlab extension list: