Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Conversation

@speediedan
Copy link
Contributor

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Fixes #136 .

With the latest papermill release (2.3.4, updated 2022.01.22), a PR has been included that necessitates a change in our papermill.cli references to papermill

As part of the make ipynb process, you'll notice python -m papermill.cli {ipynb_file} {pub_ipynb} --kernel python fails. Updating it to python -m papermill {ipynb_file} {pub_ipynb} --kernel python succeeds.

In this PR I'm submitting to fix this, I'm also updating requirements to ensure papermill >=2.3.4 as previously, papermill.cli was necessary.

The improvement to papermill was originally made by @Borda and now is finally available. Thanks!

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@Borda Borda enabled auto-merge (squash) January 27, 2022 23:55
@Borda Borda self-assigned this Jan 27, 2022
@Borda Borda added the ci/cd label Jan 27, 2022
@Borda
Copy link
Contributor

Borda commented Feb 6, 2022

@speediedan seems that is something odd with git, could you rebase on master?
I have tried but seems you have locked your PR so I cannot access it... 🐰

auto-merge was automatically disabled February 6, 2022 20:54

Head branch was pushed to by a user without write access

@speediedan speediedan force-pushed the papermill_ref_update branch from cf9ec46 to dad9e1a Compare February 6, 2022 20:54
@speediedan speediedan force-pushed the papermill_ref_update branch from dad9e1a to ba6f7af Compare February 6, 2022 20:58
@Borda Borda merged commit 34aa043 into Lightning-AI:main Feb 6, 2022
@speediedan speediedan deleted the papermill_ref_update branch May 12, 2022 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update papermill.cli references to papermill per 2.3.4 release

2 participants