├── Dockerfile ├── README.md ├── docker-entrypoint.sh └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoCloud/python-ipython-notebook/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoCloud/python-ipython-notebook/HEAD/README.md -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoCloud/python-ipython-notebook/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ipython[all] 2 | --------------------------------------------------------------------------------