-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider Google Colab as an alternative to MyBinder #25
Comments
The biggest problem seems to be that colab does not support creating environment for specific notebooks. I tried to remedy this by including some code in a cell but that's not ideal. It is possible to download and install dependencies from a cell but if we change python interpreter, we need to restart the kernel. Now that we have fixed myBinder in #30, I don't think it's worth moving towards colab. |
When running a notebook under colab, a new environment is created. Then, dependencies can be installed with pip, exactly like with MyBinder. Example:
If there are conda deps (which seems to be the case here), here are some instructions (disclaimer: I have not tested). But if the MyBinder option is fixed, I guess there is no need in pursuing the Google colab approach so we can lower the priority on this issue. The only problem, though is that it takes a very long time to load MyBinder (see #30 (review)), so I suggest we keep this issue open in case colab happens to be much faster. |
Yes I tried similar approaches. The code you linked seems promising. I modified it so that is uses the latest python 3.6 version:
We would then need to install the dependencies:
|
No description provided.
The text was updated successfully, but these errors were encountered: