This project allows to get more benefits from three point estimation. For details please refer to base notebook.
- install Docker;
- pull image from Docker Hub by next command in console:
docker pull shnax0210/work_estimation - create and run container from pulled image by next command in console:
docker run -p 8888:8888 --name work_estimate shnax0210/work_estimation - copy link with security token from console to open jupyter notebook at first time: example;
- open base jupyter notebook with name base_estimation.ipynb;
- run all steps to check all functionality works;
- do actions required for your task and rerun all steps.
- it uses jupyter notebook so please refer to its documentation;
- use base_estimation.ipynb as entry point. Modify it for your needs;
- upload excel files with tasks to container through jupyter notebook upload functionality.