Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

kota999/deploy_jupyter2docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

anaconda_jupyter

This repository is jupyter server for my personal use.

This one contain feature is many programing language kernel , IPython3 (python2.7.9), IJulia, IRkernel, IGo, IScala, Bash, Redis kernel, IJavascript. Distribution of python is anaconda-2.1.0, this distribution is the latest version of using python2.

###Description Installation :

brew install docker boot2docker
boot2docker init
boot2docker up
# export boot2docker path
docker build "your docker image name" .

Run by :

docker run -d -p $JUPYTER_PORT:8888 "your docker image name"
# if you want to mount work-directory on host machine, add below option
# -v <work-directory on host machine>:<mount point on docker image>

Go to:

http://$DOCKER_HOST:$JUPYTER_PORT

JUPYTER_PORT is your setting for going to jupyter. DOCKER_HOST is ip address of your boot2docker-vm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published