-
Notifications
You must be signed in to change notification settings - Fork 926
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 <laurarccouto@gmail.com> * Remoe outdated kedro jupyter convert docs Signed-off-by: Ahdra Merali <90615669+AhdraMeraliQB@users.noreply.github.com> * Suggestion: Review edits Signed-off-by: Ahdra Merali <90615669+AhdraMeraliQB@users.noreply.github.com> * Update FAQs Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Edit jupyter ipython debug section Signed-off-by: lrcouto <laurarccouto@gmail.com> * Change link to section that does not exist anymore Signed-off-by: L. R. Couto <laurarccouto@gmail.com> * Change link to section that does not exist anymore Signed-off-by: L. R. Couto <laurarccouto@gmail.com> * Change wording and formatting Signed-off-by: lrcouto <laurarccouto@gmail.com> * Lint Signed-off-by: lrcouto <laurarccouto@gmail.com> * Update docs/source/notebooks_and_ipython/kedro_and_notebooks.md Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com> Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> * Update docs/source/notebooks_and_ipython/kedro_and_notebooks.md Co-authored-by: Ahdra Merali <90615669+AhdraMeraliQB@users.noreply.github.com> Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> * Changes to the wording, remove unnecessary section Signed-off-by: lrcouto <laurarccouto@gmail.com> * Move docs on debugging with hooks to hooks section Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add links to main debugging page Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Make notebook debugging an independent section Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Update link in FAQs Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Group line magics together Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add section structure Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Lint Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Move section about kedro ipython extension to the top Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Vale suggestions Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Add to faq Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Add gif to demonstrate load_node Signed-off-by: lrcouto <laurarccouto@gmail.com> * Fix link error Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Rejig the page Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add recommended debug workflow with load node line magic Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Fix link after title change Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Add clarification on where to find node name when debugging Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Fix reference Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Use link to paremt section Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Appease Vale Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> --------- Signed-off-by: lrcouto <laurarccouto@gmail.com> Signed-off-by: Ahdra Merali <90615669+AhdraMeraliQB@users.noreply.github.com> Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> Signed-off-by: L. R. Couto <laurarccouto@gmail.com> Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Co-authored-by: lrcouto <laurarccouto@gmail.com> Co-authored-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com> Co-authored-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
- 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