An open API service indexing awesome lists of open source software.

https://github.com/rob-luke/data-science-stack

Customised docker image for data science
https://github.com/rob-luke/data-science-stack

Last synced: about 2 months ago
JSON representation

Customised docker image for data science

Awesome Lists containing this project

README

        

# data-science-stack
Customised docker image for data science based on [Opinionated stacks: data science notebook](https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook).

An automated build can be found on [docker hub](https://hub.docker.com/r/codles/data-science-stack/)

## Run
`docker run -it --rm -p 8888:8888 codles/data-science-stack`
or
`docker run -it -v $HOME:/home/jovyan/mirrored --rm -p 8888:8888 codles/data-science-stack start.sh jupyter lab`