“2019春-智能硬件-第三次课-教学计划”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
2019-03-12
Jupyter Notebook
第12行: 第12行:
 
*安装jupyter notebook
 
*安装jupyter notebook
 
  pip install jupyter notebook
 
  pip install jupyter notebook
 +
 +
*使用
  
 
  $jupyter notebook
 
  $jupyter notebook
第22行: 第24行:
  
 
  $ ipython notebook
 
  $ ipython notebook
 +
 +
*界面
 +
 +
https://nbviewer.jupyter.org
  
 
==PYNQ==
 
==PYNQ==

2019年3月13日 (三) 10:37的版本

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

Xilinx-PYNQ-介绍

PYNQ-智能硬件-单元

PYNQ-ALS实验

PYNQ OLED实验

PYNQ AUdio实验