A jupyter notebook image with numpy pandas matplotlib scipy scikit-learn
184
Dockerfile:
https://github.com/AlexWoo/aw_script/blob/master/Notebook/Dockerfile
run this image
docker run --rm -p 8888:8888 alexwoo/notebook
for data persistence, run with -v to map /home/notebook/work/ outside, as
docker run --rm -p 8888:8888 -v $HOME/notebook/work:/home/notebook/work alexwoo/notebook
Content type
Image
Digest
Size
482.1 MB
Last updated
almost 7 years ago
docker pull alexwoo/notebook