补充资料内容.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-05-25 09:55:14 +08:00
parent dc14ebba2b
commit 35d3e33070
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@
pip install tensorflow
# 使用豆瓣镜像安装
pip install tensorflow -i https://pypi.douban.com/simple
pip install scikit-learn -i https://pypi.douban.com/simple
```
### 1.2.Python 老版本

View File

@ -7,3 +7,7 @@
## 2.下载慢问题
将下载地址 <https://az764295.vo.msecnd.net/stable/054a9295330880ed74ceaedda236253b4f39a335/code_1.56.2-1620838498_amd64.deb> 中的 az764295.vo.msecnd.net 部分,替换为 vscode.cdn.azure.cn。
## 3.安装 Python 和 Jupyter 插件后小键盘出现问题
这是 Jupyter 插件的快捷键设置导致的,进入 user setting(ui),禁能 Jupyter: Enable Keyborad Shortcuts。