-
Notifications
You must be signed in to change notification settings - Fork 44
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
mv demo nbs into src folder and add fn for cloning to current dir #605
mv demo nbs into src folder and add fn for cloning to current dir #605
Conversation
e2fa5d6
to
f3b8f5d
Compare
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.
Works as expected.
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.
/approve
Works as expected awesome work on this Kevin!
@KPostOffice had to remove approval just had a thought. We should document this in our README |
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.
Would a symlink work?
@astefanutti I think copies make more sense that way users always have access to the original demo notebooks in case they adjust it and make some changes that cause it to break |
f3b8f5d
to
00704d7
Compare
00704d7
to
6be9d23
Compare
I'm talking about a symlink from the |
6be9d23
to
f5f449f
Compare
Signed-off-by: Kevin <[email protected]>
f5f449f
to
38f2a75
Compare
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.
/lgtm
/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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobbins228, Ygnas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
62ce155
into
project-codeflare:main
Issue link
https://issues.redhat.com/browse/RHOAIENG-10266
What changes have been made
Be not afraid of the many files being changed, they are all just being moved from the root to be inside the sdk src dir
Verification steps
poetry build
pip install
/dist/codeflare_sdk-0.0.0.dev0-py3-none-any.whl`import codeflare_sdk
codeflare_sdk.clone_demo_nbs()
demo-notebooks
dir is created with all demo nbs presentChecks