Sign inSign up

ynishi/python-tools

By ynishi

Updated about 8 years ago

Python3 with lib and tools image.

Image
0

1.7K

ynishi/python-tools repository overview

Python3 with lib and tools

  • status is development
  • 0.1.x large image size because include popular packages.

summary

This is Python3 based image include libs and tools below.

  • jupyter lab
  • selenium
  • flask app
  • db connector
  • basic data
  • cloud client

github repository

run

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
via docker-compose
docker-compose up -d
docker-compose exec jupyterlab ptipython

Tag summary

Content type

Image

Digest

Size

2.3 GB

Last updated

about 8 years ago

docker pull ynishi/python-tools