I would like to display a SHAP (matplotlib) plot in a navigator, using the Streamlit library. I used the following minimal code: import streamlit as st import xgboost import shap # train XGBoost model ...