Sign inSign up

alexwoo/notebook

By alexwoo

•Updated almost 7 years ago

A jupyter notebook image with numpy pandas matplotlib scipy scikit-learn

Image
0

184

alexwoo/notebook repository overview

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

Tag summary

Content type

Image

Digest

Size

482.1 MB

Last updated

almost 7 years ago

docker pull alexwoo/notebook