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
jupyter_scheduler is currently not supported by python 3.13. This is due to the dependency to psutil~=5.9, which does not support newer python versions.
Problem
jupyter_scheduleris currently not supported bypython 3.13. This is due to the dependency topsutil~=5.9, which does not support newer python versions.Proposed solution
Bump psutil version to ~7.0
Additional context