Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
We used to have automatic refresh, both on the items values displayed in the view, and in the item menu. It's not the case anymore. I have to refresh the UI by myself and it's frustrating.
Steps/Code to Reproduce
# %%
from skore import load
project = load("project.skore")
project.put("new", 4)
# %%
# open the skore UI, add new to a view
# %%
project.put("new", 2)
project.put("new2", 5)
Expected Behavior
I expect to have an automatic update so I don't have to refresh my navigator window.
Describe the bug
We used to have automatic refresh, both on the items values displayed in the view, and in the item menu. It's not the case anymore. I have to refresh the UI by myself and it's frustrating.
Steps/Code to Reproduce
Expected Behavior
I expect to have an automatic update so I don't have to refresh my navigator window.
Actual Behavior
It doesn't refresh automatically.
Environment