-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add load node line magic documentation (#3619)
* Add first draft Signed-off-by: lrcouto <[email protected]> * Remoe outdated kedro jupyter convert docs Signed-off-by: Ahdra Merali <[email protected]> * Suggestion: Review edits Signed-off-by: Ahdra Merali <[email protected]> * Update FAQs Signed-off-by: Ahdra Merali <[email protected]> * Edit jupyter ipython debug section Signed-off-by: lrcouto <[email protected]> * Change link to section that does not exist anymore Signed-off-by: L. R. Couto <[email protected]> * Change link to section that does not exist anymore Signed-off-by: L. R. Couto <[email protected]> * Change wording and formatting Signed-off-by: lrcouto <[email protected]> * Lint Signed-off-by: lrcouto <[email protected]> * Update docs/source/notebooks_and_ipython/kedro_and_notebooks.md Co-authored-by: Jo Stichbury <[email protected]> Signed-off-by: L. R. Couto <[email protected]> * Update docs/source/notebooks_and_ipython/kedro_and_notebooks.md Co-authored-by: Ahdra Merali <[email protected]> Signed-off-by: L. R. Couto <[email protected]> * Changes to the wording, remove unnecessary section Signed-off-by: lrcouto <[email protected]> * Move docs on debugging with hooks to hooks section Signed-off-by: Ahdra Merali <[email protected]> * Add links to main debugging page Signed-off-by: Ahdra Merali <[email protected]> * Make notebook debugging an independent section Signed-off-by: Ahdra Merali <[email protected]> * Update link in FAQs Signed-off-by: Ahdra Merali <[email protected]> * Group line magics together Signed-off-by: Ahdra Merali <[email protected]> * Add section structure Signed-off-by: Ahdra Merali <[email protected]> * Lint Signed-off-by: Ahdra Merali <[email protected]> * Move section about kedro ipython extension to the top Signed-off-by: Ankita Katiyar <[email protected]> * Vale suggestions Signed-off-by: Ankita Katiyar <[email protected]> * Add to faq Signed-off-by: Ankita Katiyar <[email protected]> * Add gif to demonstrate load_node Signed-off-by: lrcouto <[email protected]> * Fix link error Signed-off-by: Ahdra Merali <[email protected]> * Rejig the page Signed-off-by: Ahdra Merali <[email protected]> * Add recommended debug workflow with load node line magic Signed-off-by: Ahdra Merali <[email protected]> * Fix link after title change Signed-off-by: Ahdra Merali <[email protected]> * Add clarification on where to find node name when debugging Signed-off-by: Ahdra Merali <[email protected]> * Fix reference Signed-off-by: Ahdra Merali <[email protected]> * Use link to paremt section Signed-off-by: Ahdra Merali <[email protected]> * Appease Vale Signed-off-by: Ahdra Merali <[email protected]> --------- Signed-off-by: lrcouto <[email protected]> Signed-off-by: Ahdra Merali <[email protected]> Signed-off-by: Ahdra Merali <[email protected]> Signed-off-by: L. R. Couto <[email protected]> Signed-off-by: L. R. Couto <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Co-authored-by: lrcouto <[email protected]> Co-authored-by: L. R. Couto <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> Co-authored-by: Ankita Katiyar <[email protected]>
- Loading branch information
1 parent
b3637db
commit b4b1426
Showing
5 changed files
with
96 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# Debugging | ||
|
||
:::note | ||
|
||
``` {note} | ||
Our debugging documentation has moved. Please see our existing guides: | ||
``` | ||
|
||
::: | ||
|
||
* [Debugging a Kedro project within a notebook](../notebooks_and_ipython/kedro_and_notebooks.md#debugging-a-kedro-project-within-a-notebook) for information on how to launch an interactive debugger in your notebook. | ||
* [Debugging a Kedro project within a notebook](../notebooks_and_ipython/kedro_and_notebooks.md#debugging-a-kedro-project-within-a-notebook) for information on how to debug using the `%load_node` line magic and an interactive debugger. | ||
* [Debugging in VSCode](./set_up_vscode.md#debugging) for information on how to set up VSCode's built-in debugger. | ||
* [Debugging in PyCharm](./set_up_pycharm.md#debugging) for information on using PyCharm's debugging tool. | ||
* [Debugging in the CLI with Kedro Hooks](../hooks/common_use_cases.md#use-hooks-to-debug-your-pipeline) for information on how to automatically launch an interactive debugger in the CLI when an error occurs in your pipeline run. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters