1. pip install numpy
  2. # jupyter 依赖很多,包括numpy
  3. pip install jupyter
  4. pip install matplotlib
  5. # seaborn依赖scipy numpy
  6. pip install seaborn
  7. pip install scikit-learn
  8. pip install pandas
  9. pip install scipy
  10. pip install opencv-python
  11. pip install scikit-image