-
Notifications
You must be signed in to change notification settings - Fork 17
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
Multi envs support #164
Multi envs support #164
Conversation
Seems to be backward compatible 🤷🏽♂️ |
Working well on rtd! |
@@ -300,14 +298,16 @@ def copy_kernel(self, kernel_dir, kernel_wasm, kernel_js, kernel_data): | |||
], | |||
) | |||
|
|||
yield from self.pack_prefix(kernel_dir=kernel_dir) | |||
# pack prefix packages | |||
# TODO Prevent duplication of the env pack for each kernel in it |
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.
I believe we should track that in an issue. Also if the same kernel is installed in two envs it will not work well, let's also track that in an issue.
Seems to be, but since it's a big change I'd prefer this to go on the 4.0.0 milestone |
789e7a8
to
cf3f2a5
Compare
This was introduced in jupyterlite#164 by mistake
This was introduced in #164 by mistake
Just noticed this. Should it be mentioned in the docs? |
Opened #196 |
No description provided.