Preview Flyte 2 for productionHosted on Union.ai

This is the Flyte SDK (v2) version of this plugin. The Flytekit version is available as flytekitplugins-papermill.

Papermill

Papermill

flyteplugins-papermill

Flyte SDK (v2)Developer Toolspapermill

Run Jupyter notebooks as Flyte tasks using papermill.

Install
pip install flyteplugins-papermill

Quick Start(example, may need adjustment)

pip install flyteplugins-papermill

from flytekit import task, workflow
from flyteplugins.papermill import NotebookTask

@task(task_config=NotebookTask(...))
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

taskNotebookTask

Task for Papermill.

from flyteplugins.papermill import NotebookTask

Dependencies

papermillnbconvertnbformatipykernel

Related Plugins

Package Info

Min Flyte SDK
Modules1

Downloads

Stats unavailable