Skip to content

RStudio docker image pre-install required R, python packages with Jupyter Notebook for personal dev work

License

Notifications You must be signed in to change notification settings

DongchaoChen/ds-rstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-rstudio

RStudio docker image pre-install required R, python packages with Jupyter Notebook for personal dev work.

Background

How to run

Quickstart

  • start docker container
docker run --rm -d -p 8787:8787 -e PASSWORD=test alanchenq/ds-cpu-rstudio:ds-3.6.3-ubuntu18.04-1 
  • start jupyter from RStudio terminal
jupyter notebook --ip=0.0.0.0 --port=8888 
  • you can also switch to jupyter lab after started Jupyter Notebook with url 127.0.0.1:8888/lab

To Do Work

  • update docs / reference
  • create gpu version
  • new version for R 4.0.0

About

RStudio docker image pre-install required R, python packages with Jupyter Notebook for personal dev work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published