2019春-智能硬件-第三次课-教学计划
来自iCenter Wiki
2019-03-12
安装Python
安装python, 下载地址 https://www.python.org/downloads/
根据版本和操作系统选择下载链接,比如安装windows下的3.6.3版本选择如下:
https://www.python.org/ftp/python/3.6.6/python-3.6.6-amd64.exe
Jupyter Notebook
- 安装jupyter notebook
pip install jupyter notebook
- 使用
$jupyter notebook
或者使用:
- IPython
命令行输入:
$ ipython notebook
- 界面
https://nbviewer.jupyter.org
PYNQ
PYNQ OLED实验