Sign inSign up

aghorbani/jupyter-datascience

By aghorbani

Updated about 8 years ago

Data Science toolset based on Python

Image
0

322

aghorbani/jupyter-datascience repository overview

Data Science on Docker

A Docker image for Data science.

This Docker image depends on Jupyter's Data Science notebook.

Pull the image from Docker Repository

docker pull aghorbani/jupyter-datascience

Building the image

docker build --rm -t aghorbani/jupyter-datascience .

Running the image

docker run -it --rm -p 8888:8888 \
           -v /PATH/TO/LOCAL/DIR/:/home/jovyan/work \
           aghorbani/jupyter-datascience start-notebook.sh --NotebookApp.token=''

Tag summary

Content type

Image

Digest

Size

3.7 GB

Last updated

about 8 years ago

docker pull aghorbani/jupyter-datascience