We need to to make creating the Python code easier.
Lets create a feature that would allow editing/developing API Algorithm code in Jyputer.
When you add API Algorithm you will have a button called "Edit" when you click it:
[ ] script will post to Jyputer input params as a new file "{id}.input"
[ ] script will post to Jyputer blank output file "{id}.ouput"
[x] script will post to Jyputer updated algorithm as file "{id}.ipynb", reference in [1]
[ ] script will open a dialog to wait for a user to click "Done" then would pull latest scirpt from Jyputer removing cells it does not need, identifiable by cell ID.
[ ] a new window will open with Jyputer notebook for editing "{id}.ipynb"
[x] allow posting to Jyputer from Flow UI
[x] investigate how to and what to do when posting to Jyputer
[x] update flow component with reference code
[ ] Build a new modal dialog that would wait in totaljs untill the editing is done and would pull latest script content into the wiring block. [2]
We need to to make creating the Python code easier.
Lets create a feature that would allow editing/developing API Algorithm code in Jyputer.
When you add API Algorithm you will have a button called "Edit" when you click it:
[1] - API Algorithm - https://github.com/typerefinery-ai/flowcomponents/blob/main/components/api-algorithm.html [2] - reference for making a dialog that can wait for continue in Flow UI.