Replies: 1 comment
|
@zyratlo Please give an update about this topic by including related issues and PRs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're building a tool that turns an existing Jupyter notebook into a Texera workflow using an LLM. This post is an early, transparent look at the feature while it is still in progress, so the community knows what's coming.
Tracking issue: #4301
The problem
Users who already have working Python code outside of Texera have to rebuild it as a workflow from scratch. For non-trivial notebooks that is slow and tedious, and it discourages people from moving existing work onto Texera.
What the tool does
You upload a Jupyter notebook, pick a model, and the tool generates a Texera workflow for you:
The generated workflow is a starting point, not a final answer. You edit it like any other workflow.
How it fits together (high level)
Status: work in progress
This is being merged into
mainincrementally as a series of PRs rather than one large drop. The feature is behind a flag and off by default, so nothing changes for existing users while we build it out.The tracking issue, #4301, is the best place to follow along. It has demo videos and architecture diagrams of the tool, along with links to every sub-issue and PR that makes up the feature.
Join the conversation
If you have any thoughts, questions, or feedback on the project, we'd love to hear them. Feel free to use this post as an open floor to talk about anything related to the feature!
All reactions