Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

run R with Python 2.7 #15

Open
nastia1 opened this issue Jul 26, 2018 · 3 comments
Open

run R with Python 2.7 #15

nastia1 opened this issue Jul 26, 2018 · 3 comments

Comments

@nastia1
Copy link

nastia1 commented Jul 26, 2018

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

@choldgraf
Copy link
Contributor

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

@ewwink
Copy link

ewwink commented Nov 23, 2018

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

@NikI0
Copy link

NikI0 commented Nov 25, 2018 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants