2 projects
recoverable-async-task
`recoverable-async-task` is a Python library that streamlines the handling of asynchronous tasks through its `RecoverableAsyncTask` class, with the added benefit of **supporting task checkpointing and resumption**. This feature ensures that tasks can pick up from where they left off in the event of unexpected failures.
jupyter-server-client
A Python-based Jupyter server Client that allows you to directly connect to a deployed Jupyter server, notebook, lab, etc.