-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Splitting out the discussion on how we do interactivity of the notebooks.
There should be some sort of interactivity (i.e. the possibility to execute the notebooks online)
β @grstYes, please. We should design everything with this in mind. I think that we'll need GPU support though, right @adamgayoso ?
@Zethson
Originally posted by @Zethson in #1 (comment)
Platforms
AFAICT, the two ways we could do this are colab and binder.
I think we could try to do both. The issue here is "how do we do dependencies" since we can specify an environment for binder, but not for colab.
Maybe there is some way to specify dependencies in an environment.yml, then have colab use them?
Dependencies more generally
I don't think we should have one environment that every notebook runs in. How can we manage this?
I think it should be possible to have multiple conda environments created on a binder image. Then notebooks could specify which environment to use with their kernel.
@Zethson, does the best practices manage this in anyway? I'm trying to figure it out right now, but the binder is taking a really long time to build π