https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

Stephen

05/29/2023, 8:49 AM
Hi, new to Flyte and was wondering how one could change the "output" and "input" decks. Thanks.
The default_deck is easy to modify with
current_context().default_deck.append(html_text)
but what about the output and input decks?
s

Samhita Alla

05/29/2023, 1:08 PM
I don't think you can modify the input and output decks. cc @Kevin Su
k

Ketan (kumare3)

05/29/2023, 2:26 PM
You cannot, they are implicit currently and use the renderer for the type
You can make new ones
s

Stephen

05/29/2023, 4:27 PM
Hi, could you clarify how one would make new ones? Is there a way to for example disable output and input, and then just have a default where you would manually create the rendering?
k

Kevin Su

05/29/2023, 7:32 PM
To create new one, it will be like
Copy code
flytekit.Deck("demo", BoxRenderer("sepal_length").to_html(iris_df))
Is there a way to for example disable output and input,
you cannot for now, mind creating an issue for it?
s

Stephen

06/01/2023, 6:36 AM
In which repo should the issue be created in?
k

Kevin Su

06/01/2023, 7:49 AM
[flyte-core]