摘要: 代码如下: 1 import matplotlib.pyplot as plt 2 from random import choice 3 class RandomWalk(): 4 def __init__(self,num_points=5000): 5 self.num_points=num_ 阅读全文
posted @ 2020-02-25 23:57 frozenheart 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 之前的随笔里有写过关于Mac OS和Linux的,现在需要用到Windows的系统, 修改方法:路径 > C:\Users\用户名\AppData\Roaming,在Roaming文件夹下新建pip文件夹。 在pip文件夹下创建pip.ini配置文件,并在文件中写入以下内容(跟在Linux里面的内容 阅读全文
posted @ 2020-02-25 22:49 frozenheart 阅读(759) 评论(0) 推荐(0) 编辑