Preview Flyte 2 for productionHosted on Union.ai
Flyte Interactive

Flyte Interactive

flytekitplugins-flyteinteractive

FlytekitDeveloper Toolsinteractivevscodejupyter

FlyteInteractive plugin provides users' favorite interface to develop and debug a flyte task interactively. We support vscode, jupyter (WIP), and neovim (WIP).

Install
pip install flytekitplugins-flyteinteractive

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-flyteinteractive

from flytekit import task, workflow
from flytekitplugins.flyteinteractive import jupyter, get_task_inputs, vscode

@task
def my_task() -> None:
    jupyter(...)

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

Available Imports (3)

taskjupyter

Task for Flyte Interactive.

from flytekitplugins.flyteinteractive import jupyter

taskget_task_inputs

Task for Flyte Interactive.

from flytekitplugins.flyteinteractive import get_task_inputs

taskvscode

Task for Flyte Interactive.

from flytekitplugins.flyteinteractive import vscode

Dependencies

jupyter

Related Plugins

Package Info

Min Flytekit1.1.0
Modules3

Downloads

Last day356
Last week1,567
Last month5,726