2019-11-06

2019-11-06  本文已影响0人  Plenari

升级pip

python -m pip install --upgrade pip
设置源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

升级jupyter

pip install --upgrade jupyter-core

安装主题

pip install jupyterthemes

降级tornado

pip install tornado==5.1.1
以下在准备编写python程序的文件夹打开。

设置主题 暗色主题

jt -t solarizedd -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T

打开notebook

jupyter notebook

安装tensorflow

pip install tensorflow

上一篇下一篇

猜你喜欢

热点阅读