lightning-hpo
lightning-hpo copied to clipboard
Utilities to explore Drive in notebooks
🚀 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