用 docker 来搭建独立的 jupyter 环境

docker pull 09star/python3-jupyter-sklearn-pro

docker run -p 8888:8888 09star/python3-jupyter-sklearn-pro ./run.sh

安装
! pip install matplotlib





原文地址:https://www.cnblogs.com/du-jun/p/12255830.html