-
Notifications
You must be signed in to change notification settings - Fork 914
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
Document how users can debug Kedro inside notebooks using the %load_node magic #2011
Comments
Some further edits needed to the notebook pages (beyond what I've recently changed in #2031) as suggested by @yetudada:
|
Our debugging docs outline a debug flow that users can do from the CLI using hooks, with links to IDE-specific debug docs that live under their respective sections. Additionally, whilst this feature was designed to address the problem of debugging in notebooks, its definition is not restricted to only debugging. As such, I would suggest that these line magic docs should live in https://docs.kedro.org/en/stable/notebooks_and_ipython/kedro_and_notebooks.html:
On the primary debugging page, we can add a link to this section like we do for IDE debugging - perhaps something like "For information on debugging in Jupyter notebooks, please visit " CC @stichbury for opinions |
This all sounds good to me. That |
@stichbury @AhdraMeraliQB Yes, this should go next once the PR is merged. I'd also mention this again #2672, I think once we have the content in place, we need to organise in a way that it's easier to discover. I expected that debugging page link to our new docs instead of the debug hook. |
Closed by #3619 |
Description
Our debugging docs (https://kedro.readthedocs.io/en/stable/development/debugging.html) only explain how to do debugging in an IDE. Once we've added the line magic for making debugging nodes in notebooks easier, we should document the recommended flow of debugging within notebooks.
Context
Follow up on: #2009
More context: #1832
The text was updated successfully, but these errors were encountered: