-
Notifications
You must be signed in to change notification settings - Fork 910
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
[Ready] Changes to improve existing content about notebook development & kedro #3127
Conversation
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
|
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
Signed-off-by: Jo Stichbury <jo_stichbury@mckinsey.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 👍 ⭐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @stichbury! 🌟
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delayed review, this somehow fell through the cracks.
I think this PR is an improvement over what we had before and it's ready to go in. However, I also believe that the real game changer for this page will be de-emphasizing custom kernels, de-emphasizing kedro jupyter
, and placing more emphasis in %load_ext kedro.ipython
, as I suggested in this other issue #2777
That can be done in a separate PR so LGTM 👍🏽
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read through the built docs and it looks great!
Description
Built docs are here
This answers #2845 by improving the content of the documentation page that describes how to combine a Kedro project with notebooks for data exploration. It also removes the
standalone-datacatalog
page which was ill-advised as it's not really about notebooks (I've moved it temporarily into the README for the starter).This is part of a pair of PRs (#3128 is the other) to revise notebook docs. This one describes the "Add a notebook to Kedro projects" workflow, while #3128 describes the "Add Kedro to a notebook" workflow. They meet in the middle but I've separated them because I didn't want any one PR getting too complex.
Development notes
Changes to screenshots and copy.
Checklist
RELEASE.md
file