lightning-hpo icon indicating copy to clipboard operation
lightning-hpo copied to clipboard

Utilities to explore Drive in notebooks

Open tchaton opened this issue 3 years ago • 0 comments

🚀 Feature

Motivation

Creating a Shared Drive objects already works within a notebook through the AppState, but this won't worked with s3 Mount Drive.

from lightning.app.utilities.state import AppState

state = AppState()
print(state.component_name.drive.list())

Provide utilities to a list of app drives to help users investigate their artifacts

Pitch

Alternatives

Additional context

tchaton avatar Sep 01 '22 09:09 tchaton