使用如下命令
pip3 install numpy pandas matplotlib sklearn tensorflow==2.0.0-alpha0 -i https://pypi.doubanio.com/simple
安装notebook
pip3 install notebook -i https://pypi.doubanio.com/simple
另有文章说python3使用
pip3 install jupyter
运行
jupyter notebook
参考:
https://zhuanlan.zhihu.com/p/33105153