Add a CLI command to initialize kedro ipython
with specified dataset_name
as data
variable
#3994
Labels
Issue: Feature Request
New feature or improvement to existing feature
Situation
One operation I do very frequently is:
...waiting for it to load. Then...
And explore it somehow.
Idea
If that's a common scenario for many, maybe a CLI command like that may be in demand:
And it does the following:
kedro ipython
data = catalog.load(dataset_name)
automaticallyipython
session just like afterkedro ipython
, with 1 difference: you have thedata
variable where a dataset you requested is available.Alternatives
Instead of
fetch
, it can beprovide
.The text was updated successfully, but these errors were encountered: