We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue aggregates all PRs related to Jupyter Notebook interactive mode.
remote = FlyteRemote(Config.auto(), default_project="flytesnacks", default_domain="development", interactive_mode_enabled=True) out = remote.execute(wf, inputs={})
task.remote()
Check out the blog post: https://hackmd.io/@1E0FEh2MS_OpXGUAjEFIOQ/ByTTT821Jl
The text was updated successfully, but these errors were encountered:
Mecoli1219
No branches or pull requests
Motivation: Why do you think this is important?
This issue aggregates all PRs related to Jupyter Notebook interactive mode.
Goal: What should the final outcome look like, ideally?
Describe alternatives you've considered
New interface like FlyteFuture? (Supportingtask.remote()
)Propose: Link/Inline OR Additional context
Check out the blog post: https://hackmd.io/@1E0FEh2MS_OpXGUAjEFIOQ/ByTTT821Jl
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: