美文网首页
2019-11-06

2019-11-06

作者: Plenari | 来源:发表于2019-11-06 14:37 被阅读0次

升级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

相关文章

网友评论

      本文标题:2019-11-06

      本文链接:https://www.haomeiwen.com/subject/dxyubctx.html