Basic template for python project.
-
Multi-platform and portable both development and execution environment for python with container technology.
-
Coding support with VS Code including static type analysis and auto-formatting.
-
Standard settings for git and text-editor.
-
VS Code
-
Docker
-
docker-compose
-
Open VScode
-
Select "Remote-Containers Open Folder in Container"
-
enjoy!
$ jupyter notebook --port 8000 --ip=0.0.0.0 --allow-root
Build
$ docker-compose buildRun
$ docker-compose upBash
$ docker-compose run dev bash
Remove
$ docker-compose down