r icon indicating copy to clipboard operation
r copied to clipboard

run R with Python 2.7

Open nastia1 opened this issue 5 years ago • 3 comments

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

nastia1 avatar Jul 26 '18 21:07 nastia1

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 :-)

choldgraf avatar Jul 31 '18 18:07 choldgraf

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

ewwink avatar Nov 23 '18 11:11 ewwink

Get out my fucking life

Le 23 nov. 2018 06 h 52, "erwin solihin" [email protected] 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 https://github.com/binder-examples/r/issues/15#issuecomment-441222379, or mute the thread https://github.com/notifications/unsubscribe-auth/Apehh9fkFCvrEaixkt8Hc91dX2_jVkllks5ux-GQgaJpZM4VikC1 .

NikI0 avatar Nov 25 '18 22:11 NikI0