-
Notifications
You must be signed in to change notification settings - Fork 278
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
run R with Python 2.7 #15
Comments
hmmm - maybe check out https://github.com/binder-examples/multi-language-demo for a demo? I agree we should get python 2.7 + R support working in a more "normal" pattern :-) |
the above above only has 2 language activated, Python and Julia. you can use R and Python 2.7 in
in
|
Get out my fucking life
Le 23 nov. 2018 06 h 52, "erwin solihin" <notifications@github.com> a
écrit :
the above above only has 2 language activated, Python and Julia. you can
use R and Python 2.7
in environment.yml
channels:
- conda-forge
dependencies:
- python=2.7
- pip
- pip:
- requests
in runtime.txt
r-2018-08-01
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Apehh9fkFCvrEaixkt8Hc91dX2_jVkllks5ux-GQgaJpZM4VikC1>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I there a way to run both R and Python 2.7 at jupyter-repo2docker,
since you can not put both of them into runtime.txt
The text was updated successfully, but these errors were encountered: