Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue fixed:[Docs] document the process of rendering a notebooktask in a flyte deck #4463 #1741

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RaghavMangla
Copy link

added render_deck=True and disable_deck=False to the notebooktask.

slack thread for reference: https://discuss.flyte.org/t/15484282/hi-all-flyte-rookie-here-maybe-you-can-help-me-out-i-m-tryin#33b0b813-6822-4451-8977-eaec3387a4ff

Issue for reference: flyteorg/flyte#4463

@@ -32,6 +32,7 @@
name="simple-nb",
notebook_path=str(pathlib.Path(__file__).parent.absolute() / "nb_simple.ipynb"),
render_deck=True,
disable_deck=False,
Copy link
Contributor

@davidmirror-ops davidmirror-ops Oct 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I think this option was deprecated recently. Use enable_deck=True instead please.
cc @samhita-alla

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have fixed it now

@RaghavMangla
Copy link
Author

@davidmirror-ops can u pls review the pr

@samhita-alla
Copy link
Contributor

@RaghavMangla, it hasn't been fixed yet, right? You need to change it to enable_deck. It would be great if you could run the workflow on Flyte Sandbox and share a screenshot of the notebook being rendered in a deck here.

@RaghavMangla
Copy link
Author

RaghavMangla commented Oct 7, 2024 via email

@RaghavMangla
Copy link
Author

RaghavMangla commented Oct 7, 2024 via email

@RaghavMangla
Copy link
Author

RaghavMangla commented Oct 7, 2024 via email

@samhita-alla
Copy link
Contributor

can you please remove disable deck and add enable deck instead? we can then close the issue.

@RaghavMangla
Copy link
Author

RaghavMangla commented Oct 7, 2024 via email

@RaghavMangla
Copy link
Author

RaghavMangla commented Oct 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants