-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a new Kedro CLI command
kedro jupyter setup
to setup Jupyter…
… kernel for Kedro (#2353) * add notes * Customize the `kedro jupyter` commands order Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> * add tests Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> * Fix tests and minor linting Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> * fix test and refactor the command order logic Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> * Fix linting & e2etest Signed-off-by: Nok <nok_lam_chan@mckinsey.com> * Changes base on PR comments - rename commands and simplify list_command logic Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> * Fix bug with renamed command Signed-off-by: Nok <nok_lam_chan@mckinsey.com> * Update kedro/framework/cli/jupyter.py Co-authored-by: Antony Milne <49395058+AntonyMilneQB@users.noreply.github.com> * Fix e2etst Signed-off-by: Nok <nok_lam_chan@mckinsey.com> --------- Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com> Signed-off-by: Nok <nok_lam_chan@mckinsey.com> Co-authored-by: noklam <channoklam@yahoo.com.hk> Co-authored-by: Antony Milne <49395058+AntonyMilneQB@users.noreply.github.com>
- Loading branch information
1 parent
8e5d2da
commit c144b87
Showing
5 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters