-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create a custom single user image #4
Comments
We can test drive this image via mybinder.org and this repository I think. |
anaconda? Well, that's not really a library, it's a bunch. I think @gedankenstuecke is better at data analysis in general, and especially in R, and is more familiar with libraries that would be desired. |
I've never tried the R kernel, but can users install packages in it using |
I think "R kernel" just means the ability to do a Jupyter notebook in R. https://github.com/IRkernel/IRkernel And yes, we should start by having that! RStudio sounds good to me but I don't speak R. Would devtools itself be a package? (or maybe it's a default thing?) |
Yeah, but if users get full control of their R session they can just install stuff on their own. |
I may misunderstand, but I suspect pre-installation of libraries/packages/tools on the user image is in part desirable as a time-saver – assuming installation of these things by each user (even if theoretically doable) takes any amount of time to perform. |
Sure, then I'd say we go with |
For Python I wondered if something enabling "import from a remote URL" might exist – (And a comment – although the README refers to importing from a github "master" branch URL, for security reasons, I'd generally encourage imports from URLs that refer to a specific commit hash.) |
Add |
We want to have some custom libraries and tools installed in the single user image.
Things we need for sure:
More ideas?
The text was updated successfully, but these errors were encountered: