Data Science toolset based on Python
322
A Docker image for Data science.
This Docker image depends on Jupyter's Data Science notebook.
docker pull aghorbani/jupyter-datascience
docker build --rm -t aghorbani/jupyter-datascience .
docker run -it --rm -p 8888:8888 \
-v /PATH/TO/LOCAL/DIR/:/home/jovyan/work \
aghorbani/jupyter-datascience start-notebook.sh --NotebookApp.token=''
Content type
Image
Digest
Size
3.7 GB
Last updated
about 8 years ago
docker pull aghorbani/jupyter-datascience