Analyticker is analytics environments of docker for data scientists and data analysts.
Clone analyticker:
git clone https://github.com/RottenFruits/Analyticker.git
Build image and run container:
docker build -t jupyter /Users/ogawashouhei/Documents/project/test/Analyticker/dockerfiles/jupyter/.
docker run -it --name jupyter -p 8888:8888 jupyter /bin/bash
Start jupyter:
jupyter notebook --allow-root
Confirm your token:
Access http://localhost:8888 and type your token:
Build image and run container:
docker build -t rstudio-server /Users/ogawashouhei/Documents/project/test/Analyticker/dockerfiles/rstudio-sever/.
docker run -it --name rstudio-server -p 8787:8787 rstudio-server /bin/bash
Start rstudio-server:
sudo rstudio-server verify-installation
Access http://localhost:8787 type username and password, both 'rstudio':
image | description | size |
---|---|---|
rstudio-server | Installed rstudio-server on ubuntu | |
jupyter | Installed jupyter on ubuntu. Available kernels are python, R, julia. |