-
Notifications
You must be signed in to change notification settings - Fork 906
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
create line magic to debug a node in notebook workflow #3510
create line magic to debug a node in notebook workflow #3510
Commits on Jan 15, 2024
-
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 04410b2 - Browse repository at this point
Copy the full SHA 04410b2View commit details -
add some basic structure for the debugging magic
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for a79386b - Browse repository at this point
Copy the full SHA a79386bView commit details
Commits on Jan 16, 2024
-
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for a93e5cc - Browse repository at this point
Copy the full SHA a93e5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b251fb7 - Browse repository at this point
Copy the full SHA b251fb7View commit details -
implement the _find_node and _prepare_node_inputs function
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 4b31eb9 - Browse repository at this point
Copy the full SHA 4b31eb9View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 6c47fe4 - Browse repository at this point
Copy the full SHA 6c47fe4View commit details -
clean up the import function to use the real function
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for feba68b - Browse repository at this point
Copy the full SHA feba68bView commit details -
separate the cells into different part
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 6dd21fb - Browse repository at this point
Copy the full SHA 6dd21fbView commit details
Commits on Jan 17, 2024
-
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for d0c0633 - Browse repository at this point
Copy the full SHA d0c0633View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for ba8fb09 - Browse repository at this point
Copy the full SHA ba8fb09View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b041a9 - Browse repository at this point
Copy the full SHA 7b041a9View commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 702e017 - Browse repository at this point
Copy the full SHA 702e017View commit details -
Merge branch '2009-create-line-magic-to-debug-a-node-in-notebook-work…
…flow' of github.com:kedro-org/kedro into 2009-create-line-magic-to-debug-a-node-in-notebook-workflow
Ahdra Merali committedJan 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 36a0e2a - Browse repository at this point
Copy the full SHA 36a0e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbac325 - Browse repository at this point
Copy the full SHA dbac325View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff10816 - Browse repository at this point
Copy the full SHA ff10816View commit details
Commits on Jan 19, 2024
-
Add some tests and placeholders
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 0145154 - Browse repository at this point
Copy the full SHA 0145154View commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 8a86403 - Browse repository at this point
Copy the full SHA 8a86403View commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 474c0fc - Browse repository at this point
Copy the full SHA 474c0fcView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for be99c0e - Browse repository at this point
Copy the full SHA be99c0eView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 72411be - Browse repository at this point
Copy the full SHA 72411beView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 19, 2024 Configuration menu - View commit details
-
Copy full SHA for b4be9a7 - Browse repository at this point
Copy the full SHA b4be9a7View commit details
Commits on Jan 22, 2024
-
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 1819261 - Browse repository at this point
Copy the full SHA 1819261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c343b2 - Browse repository at this point
Copy the full SHA 3c343b2View commit details -
refactor the test and fix imports
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 12e7f04 - Browse repository at this point
Copy the full SHA 12e7f04View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 4e95bde - Browse repository at this point
Copy the full SHA 4e95bdeView commit details -
refacto tests with list of string with """
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for e1a6f39 - Browse repository at this point
Copy the full SHA e1a6f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e47d1 - Browse repository at this point
Copy the full SHA 17e47d1View commit details -
replace test with triple quotes string
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for e8c85c9 - Browse repository at this point
Copy the full SHA e8c85c9View commit details -
rename function to the _prepare pattern
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for a46139e - Browse repository at this point
Copy the full SHA a46139eView commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 9487911 - Browse repository at this point
Copy the full SHA 9487911View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 6c69a36 - Browse repository at this point
Copy the full SHA 6c69a36View commit details
Commits on Jan 24, 2024
-
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d1bb8e1 - Browse repository at this point
Copy the full SHA d1bb8e1View commit details -
Add ipylab to test requirements
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 80e06ad - Browse repository at this point
Copy the full SHA 80e06adView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 43a70b6 - Browse repository at this point
Copy the full SHA 43a70b6View commit details -
Apply suggestion from code review
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 68c7b97 - Browse repository at this point
Copy the full SHA 68c7b97View commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d3163ed - Browse repository at this point
Copy the full SHA d3163edView commit details -
Fix handling node with lambda function
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 9adf9ab - Browse repository at this point
Copy the full SHA 9adf9abView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for a92c462 - Browse repository at this point
Copy the full SHA a92c462View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5fc1fc - Browse repository at this point
Copy the full SHA c5fc1fcView commit details -
refactor the find_node method with pipeline as argument and tests
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 688a4e6 - Browse repository at this point
Copy the full SHA 688a4e6View commit details -
Merge branch '2009-create-line-magic-to-debug-a-node-in-notebook-work…
…flow' of github.com:kedro-org/kedro into 2009-create-line-magic-to-debug-a-node-in-notebook-workflow Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 87b43a2 - Browse repository at this point
Copy the full SHA 87b43a2View commit details
Commits on Jan 25, 2024
-
Update kedro/ipython/__init__.py
Co-authored-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 25dec21 - Browse repository at this point
Copy the full SHA 25dec21View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fae8aa7 - Browse repository at this point
Copy the full SHA fae8aa7View commit details
Commits on Jan 29, 2024
-
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 70dc53a - Browse repository at this point
Copy the full SHA 70dc53aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7581c56 - Browse repository at this point
Copy the full SHA 7581c56View commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 28ba1ba - Browse repository at this point
Copy the full SHA 28ba1baView commit details -
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Ahdra Merali committedJan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d69fc6 - Browse repository at this point
Copy the full SHA 0d69fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d12c8d - Browse repository at this point
Copy the full SHA 9d12c8dView commit details
Commits on Feb 1, 2024
-
Add warnings and simplify tests (#3568)
* Simplify mocking Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Check node func names Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Naive fix for return statements Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Handle nested case Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Change pipelines fixture type Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Remove unnecessary TODO Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Revert "Check node func names" This reverts commit 63ee194. Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Replace commented return statements with a display() statement Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add warning about node name when node not found Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add line about debugging inputs in catalog Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Lint Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Change wording Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Revert "Replace commented return statements with a display() statement" This reverts commit ad63afc. Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Revert "Naive fix for return statements" This reverts commit 04c022e. Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Update tests Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> --------- Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 78ff496 - Browse repository at this point
Copy the full SHA 78ff496View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbe81b - Browse repository at this point
Copy the full SHA dbbe81bView commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for e39942c - Browse repository at this point
Copy the full SHA e39942cView commit details -
Change to copy full function definition instead of just function body
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for efb6fa8 - Browse repository at this point
Copy the full SHA efb6fa8View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for de6198d - Browse repository at this point
Copy the full SHA de6198dView commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for f4c69cd - Browse repository at this point
Copy the full SHA f4c69cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cb40c - Browse repository at this point
Copy the full SHA c4cb40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9cbf1 - Browse repository at this point
Copy the full SHA 3e9cbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16dda9 - Browse repository at this point
Copy the full SHA b16dda9View commit details
Commits on Feb 2, 2024
-
Update release notes and some typos
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for c9dc606 - Browse repository at this point
Copy the full SHA c9dc606View commit details -
Merge branch '2009-create-line-magic-to-debug-a-node-in-notebook-work…
…flow' of github.com:kedro-org/kedro into 2009-create-line-magic-to-debug-a-node-in-notebook-workflow Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for bb50792 - Browse repository at this point
Copy the full SHA bb50792View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d14d0 - Browse repository at this point
Copy the full SHA d4d14d0View commit details -
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for fa2951c - Browse repository at this point
Copy the full SHA fa2951cView commit details -
Merge branch '2009-create-line-magic-to-debug-a-node-in-notebook-work…
…flow' of github.com:kedro-org/kedro into 2009-create-line-magic-to-debug-a-node-in-notebook-workflow Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 90fe58f - Browse repository at this point
Copy the full SHA 90fe58fView commit details