-
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
Create line/cell magic to debug a node in notebook workflow #2009
Labels
Component: Jupyter/IPython
Issue/PR relevant for Jupyter Notebooks, IPython sessions and the interactive workflow in Kedro
Milestone
Comments
merelcht
added
the
Component: Jupyter/IPython
Issue/PR relevant for Jupyter Notebooks, IPython sessions and the interactive workflow in Kedro
label
Nov 9, 2022
This was referenced Nov 9, 2022
noklam
modified the milestones:
Improve the Interactive Jupyter notebook workflow,
Improving the debugging experience with Notebook
Mar 22, 2023
To make this easier - can we assume data is persisted so we have to think about how to populate data that exist in memory only? |
There are also challenges for discovery, since the trackback is often very long and users neglect the resume suggestion from the warnings . |
noklam
changed the title
Create line magic to debug a node in notebook workflow
Create line/cell magic to debug a node in notebook workflow
Jan 15, 2024
Todo:
If we have time:
|
7 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Jupyter/IPython
Issue/PR relevant for Jupyter Notebooks, IPython sessions and the interactive workflow in Kedro
Description
Implement an ipython line magic that can load a node, the necessary datasets and copy the node code into a notebook cell.
Context
See #1832 for context
Implementation
get_ipython().set_next_input(s)
might be useful for copying the node code into the notebookThe text was updated successfully, but these errors were encountered: