/Analyticker

Analyticker is analytics environments of docker for data scientist and data analyst.

Primary LanguageDockerfileMIT LicenseMIT

Analyticker

Overview

Analyticker is analytics environments of docker for data scientists and data analysts.

Quick Start

Clone analyticker:

git clone https://github.com/RottenFruits/Analyticker.git

Jupyter

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:

p1

Access http://localhost:8888 and type your token:

p2

Rstudio-sever

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

p3

Docker image's description

image description size
rstudio-server Installed rstudio-server on ubuntu
jupyter Installed jupyter on ubuntu. Available kernels are python, R, julia.

Links