Skip to content

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

License

Notifications You must be signed in to change notification settings

RottenFruits/Analyticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published