NotebookRunnerInfinite#

class mobu.services.business.notebookrunnerinfinite.NotebookRunnerInfinite(*, options, user, repo_manager, events, logger, flock)#

Bases: NotebookRunner

A notebook runner that never refreshes JupyterLab sessions or deletes labs until mobu is shut down.

Parameters:

Methods Summary

execution_iterator()

Return an iterator to control sets of code executions.

Methods Documentation

execution_iterator()#

Return an iterator to control sets of code executions.

Return type:

ExecutionIteration