It seems the OmniXAi Visual Explainer does not have the ipython_plot. Can anyone help resolve this?
AttributeError Traceback (most recent call last)
Cell In[33], line 4
2 for name, explanations in local_explanations.items():
3 print(f"{name}:")
----> 4 explanations.ipython_plot(index, class_names=idx2label)
AttributeError: 'dict' object has no attribute 'ipython_plot'