당장 데이터 분석 환경을 설정해서 연습해 볼 수 있는 docker container
- python3.6
- pandas
- numpy
- scikit-learn
- excel (utils)
- spark @deprecated
- tensorflow
git clone https://github.com/kangthink/notebook-analyze.git
docker run -p 9999:8888 -v `pwd`/data:/app/data -v `pwd`/notebook:/app/notebook kangthink/notebook:latest
(notbook Tips): https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/