Skip to content

Make the conda package noarch #358

@martinRenou

Description

@martinRenou

cc. @wolfv

It looks like this package is not noarch on conda-forge, while it could be.

It cannot be noarch yet because of the post-link file that install the nbextension manually. In order to remove this post-link, I suspect you would need to install your vega.json file under the etc/jupyter/nbconfig/notebook.d directory for Jupyter to discover.

For interactive widgets, we usually use data_files for installing this kind of files, see this for example.

Unfortunately, the build tool you are using (poetry) does not support data_files, see this issue, and they don't seem eager to support this feature.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions