We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The file filter specified in XeusAddon.empack_config is not used.
https://github.com/jupyterlite/xeus/blob/main/jupyterlite_xeus/add_on.py#L263-L287
jupyter lite build --XeusAddon.empack_config=empack_config.yml
It might be better handled as follows
https://github.com/jupyterlite/xeus-python-kernel/blob/main/jupyterlite_xeus_python/build.py#L321
pack_env( env_prefix=self.prefix, relocate_prefix="/", outdir=out_path, use_cache=True, **pack_kwargs, )
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue. I blame myself for not testing the feature properly.
Would you like to open a PR to get credits for your fix?
Sorry, something went wrong.
I would like to! I have created a PR here. #53
Successfully merging a pull request may close this issue.
Description
The file filter specified in XeusAddon.empack_config is not used.
https://github.com/jupyterlite/xeus/blob/main/jupyterlite_xeus/add_on.py#L263-L287
Reproduce
Context
It might be better handled as follows
https://github.com/jupyterlite/xeus-python-kernel/blob/main/jupyterlite_xeus_python/build.py#L321
The text was updated successfully, but these errors were encountered: