Move away from %reload_kedro
IPython magic?
#4814
astrojuanlu
started this conversation in
Idea
Replies: 1 comment
-
This would be great, particularly from this namespace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
%reload_kedro
has done its job at giving a 1-liner to get started with Kedro on notebooks. However,kedro marimo
+ better programmatic setup for non jupyter/ipython envs #4440)%reload_kedro
on Databricks #4042%reload_kedro
when--params
contain spaces #4813Session
more lightweight and re-entrant #4503 (comment)Is it worth maintaining
%reload_kedro
when we could provide a 2-liner that is not tied to IPython in any way?Something like
or some other alternative? (which is almost there by the way!)
kedro/kedro/ipython/__init__.py
Lines 137 to 144 in 78b5846
Beta Was this translation helpful? Give feedback.
All reactions