Skip to content

pyladies-nwuk/Python_meets_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72438a7 Β· Aug 27, 2019

History

31 Commits
Aug 27, 2019
Aug 26, 2019
Aug 26, 2019
Aug 26, 2019
Aug 27, 2019
Aug 26, 2019
Aug 25, 2019
Aug 27, 2019
Aug 27, 2019
Aug 24, 2019
Aug 27, 2019
Aug 22, 2019
Aug 25, 2019
Aug 27, 2019
Aug 25, 2019
Aug 27, 2019
Aug 27, 2019

Repository files navigation

Python_meets_R

πŸπŸ€– Tutorial on using R and Python together

Pre-requisites

You will need to have the following installed:

Additional packages:

  • reticulate (CRAN) (we recommend doing devtools::install_github("rstudio/reticulate") )
  • tidyverse
  • readxl
  • matplotlib
  • scikit-learn
  • pandas
  • numpy

You can, alternatively, build and run the Docker image in ./deployments/jupyterhub-cluster/image/Dockerfile

$ cd deployments/jupyterhub-cluster/image/

$ docker build --rm -f "Dockerfile" -t <username>/jupyter-rserver:tag

Then to run:

$ docker run --rm -it -p 8888:8888/tcp -e JUPYTER_ENABLE_LAB=yes <username>/jupyter-rserver:tag

This will spin a Jupyter server with all the dependencies and packages needed including Rstudio server.

Tutorial materials

Download this repository. You can do this with the green Clone or download button above and selecting Download ZIP.

Extract the files.