-
Notifications
You must be signed in to change notification settings - Fork 13
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
Per-notebook environments #19
Comments
@Zethson @ivirshup one issue is that binder only supports one A workaround they suggest is to What do we do? Is there any chance we can get away with a single environment for all notebooks? |
Not a big fan of having a list of pip installs in the beginning. I'd even argue that if our ecosystem is very compatible, a single environment should work out. It should work for all scverse core packages. I wouldn't be surprised however if many of the scverse ecosystem packages would not fit into such a massive environment. Some of them pin some fundamental packages. |
If we were to ever use the galaxy jupyter, how would we define dependencies here? I tried setting up a binder with a docker container that contains multiple conda envs, but it doesn't want to start for me: |
For now, going for a single environment.yaml, because we need something that works. Eventually, we'll need to figure something out, but I still don't know what a solution that works with binder could look like (unless someone else makes the multi-env docker work) |
it should be possible to define dependencies per notebook (conda envs?)
The text was updated successfully, but these errors were encountered: