码迷,mamicode.com
首页 > 其他好文 > 详细

anaconda

时间:2017-12-20 13:35:16      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:.com   blog   cond   python   highlight   anaconda   show   帮助文档   search   

1.安装库

anaconda search -t conda tensorflow

anaconda show jjhelmus/tensorflow

技术分享图片

技术分享图片

2.查看函数的帮助文档  print(help(func))

import numpy
a=numpy.genfromtxt("a.txt",delimiter=‘,‘,dtype=str)
print(type(a))
print(a)
print(help(numpy.genfromtxt))

 

anaconda

标签:.com   blog   cond   python   highlight   anaconda   show   帮助文档   search   

原文地址:http://www.cnblogs.com/jycjy/p/8072326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!