%load_node integration with flowchart - One Click debugging experience #60
Labels
feature
Improvement of existing feature or new feature
javascript
Pull requests that update Javascript code
Python
Pull requests that update Python code
The idea is we can have a per-cell development workflow. We already have
%load_node
, the challenge there is that it assumes user have a node name (otherwise it's not a human readable name).With the extension, we may auto-generate the name so it won't be a blocker. The flow will be:
Debug Node
%load_node <node_name>
Mock-up demo:
![load_node_vscode](https://private-user-images.githubusercontent.com/18221871/370748133-51135125-a92f-4232-8ced-ee1a920733ff.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MTc5NzYsIm5iZiI6MTczOTkxNzY3NiwicGF0aCI6Ii8xODIyMTg3MS8zNzA3NDgxMzMtNTExMzUxMjUtYTkyZi00MjMyLThjZWQtZWUxYTkyMDczM2ZmLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDIyMjc1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgwMGE0YWJkOWJmNGM1MmYxMzUyMGQ0NWU3YTEwNTc2NTc4ZmQyZGVhZGFlYzM0NDg4N2FjMTk4MjJlMGNmYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XBWs5QTXttKz9wQNuAfGJkwsrMelKKosIl3YSfV8wOM)
Related:
%load_node
for node that doesn't have persisted dataset kedro#4169The text was updated successfully, but these errors were encountered: