-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add support for launching from OSF Frozen artifacts #216
Comments
Generally 👍! Currently URLs looks like: Then you could have |
I think this feature would be amazing! A couple of related items to consider:
I think the non-git nature of OSF storage is actually a really great reason to consider adding support to binder because it would expand access to the large number of researchers who have learned enough R, Julia, or python to get their work done but who have not dived into the ocean that is git. Being able to switch from matlab to julia or learn your way around rstudio, save the resulting files, upload them to OSF (or google drive, dropbox, box, or any of the other various services OSF integrates with) and be able to transform those files into interactive, reproducible, code environments with binder is quite an attractive prospect. |
Great to hear that someone else also thinks this would be cool :) IMHO a large chunk of the work would happen in |
Met people at OSF today. Let's see what they have to say. |
Note that @betatim is taking a first step to this here: jupyterhub/repo2docker#242 |
What's the next step here? |
I've been chatting with @betatim @mfraezz about being able to launch a binder based on the contents of a frozen (aka immutable) artifact published on OSF. This is awesome and we should do it :)
On the binderhub side, we would have to do the following:
I think that's all that needs to happen here.
The text was updated successfully, but these errors were encountered: