microsoft / responsible-ai-toolbox

Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and libraries that enable a better understanding of AI systems. These interfaces and libraries empower developers and stakeholders of AI systems to develop and monitor AI more responsibly, and take better data-driven actions.

Home Page:https://responsibleaitoolbox.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widget is not displaying in localhost

hravkin opened this issue · comments

I switched the matplotlib backend to "qtAgg" using matplotlib.use() which caused raiwidget to stop displaying in localhost. I tried switching the backend back to "Agg", but the widgets still don't display. How can I fix this?

Hi @hravkin ! sorry for the delay in response, have you tried clearing the cache and re-running yarn build/install after switching back?