-
Notifications
You must be signed in to change notification settings - Fork 113
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
Can the editable install come with package data
? i.e. pip install -e .
#1611
Comments
Yes it can be done: #1267 (comment) |
@astrojuanlu Thank you for the comment. Kedro Viz sdist already contains the js build. But, this ticket is to include js build in local development I guess. We do not have our js build on Git and if someone wants to contribute I do not see how the Manifest.in or the datafiles link you shared might help this usecase @noklam , as they are helpful in including the files which are already in the source tree. Please correct me if I am wrong. To resolve this issue, we need to somehow include the html folder (js build) in the source tree (VCS), so that users can get the files for local development. Happy to hear any other way to do this. Thank you |
Closing this issue as it cannot be done |
@astrojuanlu - Requested to reopen this issue. Maybe we can invite you to our next backlog grooming and u can give us more information on this and #1267 |
This comment was marked as outdated.
This comment was marked as outdated.
Now that the codebase has been migrated to Node.js 18 #1652 this should be easier to do. |
This comment was marked as resolved.
This comment was marked as resolved.
This is something I've always wanted to have! So +💯 from me if it can be done 😁 |
Description
Currently, when
kedro-viz
is installed locally, the assets such ashtml
andcss
are missing. The contribution guide say that you need to runmake build
.This requires the user has
npm
and make it harder to contribute particularly if one is interested in the Python bit but not the front-end.Is is possible to make it work without a separate build step? Cc @astrojuanlu
I found some links in setuptools:
Checklist
The text was updated successfully, but these errors were encountered: