Skip to content
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

Building in a clean environment #25

Open
psychemedia opened this issue Aug 22, 2024 · 1 comment
Open

Building in a clean environment #25

psychemedia opened this issue Aug 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@psychemedia
Copy link

When building a jupyterlite environment, does it need to be in a clean environment, free of other jupyter extension packages etc?

If you are running in a new server environment, eg via a GitHub action, then you can probably assume no "contamination". But in the general case, do we need to install and run repo2jupyterlite in a clean Python environment, with any additional repo2jupyterlite dependencies installed? (Isnl'tthat the sort of thing hatch is good at?)

@psychemedia psychemedia added the enhancement New feature or request label Aug 22, 2024
@jtpio
Copy link
Member

jtpio commented Sep 3, 2024

SInce repo2jupyterlite relies on jupyterlite, it's usually recommended to still use environments, for example to avoid picking up other extensions as part of the jupyter lite build process.

@psychemedia psychemedia changed the title Buiklding in a clean environment Building in a clean environment Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants