This is Python3 based image include libs and tools below.
docker run --rm -it -v $(pwd):/code -p 8888:8888 ynishi/python-tools jupyter lab --ip=0.0.0.0 --allow-root
or
docker run --rm -it -v $(pwd):/code ynishi/python-tools ptipython
docker-compose up -d
docker-compose exec jupyterlab ptipython
Content type
Image
Digest
Size
2.3 GB
Last updated
about 8 years ago
docker pull ynishi/python-tools