You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/sylvaincom/Documents/GitHub/skore/.venv/lib/python3.12/site-packages/rich/live.py:231: UserWarning: install
"ipywidgets" for Jupyter support
warnings.warn('install "ipywidgets" for Jupyter support')
Solution
Should we add something to the pyproject.toml as we use rich "everywhere"?
The text was updated successfully, but these errors were encountered:
True that I added ipywidget as a dependency in my project. Here, we could consider it a soft dependencies maybe. I don't know if @rouk1 was planning to have it as a hard dependency at some point?
Problem
When running:
I got the following warning
Solution
Should we add something to the
pyproject.toml
as we use rich "everywhere"?The text was updated successfully, but these errors were encountered: