Skip to content
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

Loosen Jupyter pinning #3288

Merged
merged 7 commits into from
Dec 20, 2023
Merged

Loosen Jupyter pinning #3288

merged 7 commits into from
Dec 20, 2023

Conversation

astrojuanlu
Copy link
Member

NOTE: Kedro datasets are moving from kedro.extras.datasets to a separate kedro-datasets package in
kedro-plugins repository. Any changes to the dataset implementations
should be done by opening a pull request in that repository.

Description

Got hit by #2276 because of something else, went ahead and did the change.

Development notes

Followed everything in #2276, except for bumping the minimum requirement of notebook (hence making this a non-breaking change)

Ideally, to close #2276 this would need to be replicated in the starters too.

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

  • Read the contributing guidelines
  • Signed off each commit with a Developer Certificate of Origin (DCO)
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the RELEASE.md file
  • Added tests to cover my changes
  • Checked if this change will affect Kedro-Viz, and if so, communicated that with the Viz team

@astrojuanlu astrojuanlu requested a review from merelcht as a code owner November 8, 2023 11:01
@astrojuanlu astrojuanlu marked this pull request as draft November 8, 2023 11:39
@astrojuanlu
Copy link
Member Author

e2e tests failed, converting to draft

@astrojuanlu astrojuanlu force-pushed the jupyter-pinning branch 5 times, most recently from d972260 to fae7f35 Compare December 11, 2023 14:52
@astrojuanlu astrojuanlu marked this pull request as ready for review December 11, 2023 15:18
@AhdraMeraliQB AhdraMeraliQB requested a review from noklam December 11, 2023 15:29
Copy link
Contributor

@noklam noklam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, we need to propagate the same changes to starters too.

Copy link
Member

@merelcht merelcht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Don't forget to merge this into main instead of develop though.

@@ -391,9 +391,12 @@ def exec_notebook(context, command):
@then('I wait for the jupyter webserver to run for up to "{timeout:d}" seconds')
def wait_for_notebook_to_run(context, timeout):
timeout_start = time()
# FIXME: Will continue iterating after the process has returned
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this comment stay? 👀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's stating that there's a flaw in the current logic, but I didn't have time to fix it 😅

See #2276.

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
@astrojuanlu astrojuanlu changed the base branch from develop to main December 19, 2023 16:33
@astrojuanlu
Copy link
Member Author

Changed target branch 👍🏽

@astrojuanlu astrojuanlu requested a review from merelcht December 19, 2023 16:34
Copy link
Member

@merelcht merelcht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

@astrojuanlu astrojuanlu merged commit 543fa8b into main Dec 20, 2023
36 checks passed
@astrojuanlu astrojuanlu deleted the jupyter-pinning branch December 20, 2023 10:00
astrojuanlu added a commit to kedro-org/kedro-starters that referenced this pull request Dec 20, 2023
See kedro-org/kedro#2276
and kedro-org/kedro#3288

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
astrojuanlu added a commit to kedro-org/kedro-starters that referenced this pull request Dec 20, 2023
See kedro-org/kedro#2276
and kedro-org/kedro#3288

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
astrojuanlu added a commit to kedro-org/kedro-starters that referenced this pull request Dec 20, 2023
See kedro-org/kedro#2276
and kedro-org/kedro#3288

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove upper bound for jupyterlab in kedro-starters and default template
3 participants