Notebook

Reference documentation for Notebook

modela.training.Notebook module

class Notebook

– Bases: Resource

  • __init__(item=, client=None, namespace=’’, name=’’, version=‘v0.0.1’)

class NotebookClient

– Bases: object

  • __init__(stub, modela)

  • create(notebook) → bool

  • delete(namespace, name) → bool

  • get(namespace, name) → Union[Notebook, bool]

  • list(namespace) → Union[List[Notebook], bool]

  • update(notebook) → bool