PandaBear1314

Results 2 issues of PandaBear1314

QIFIACCOUNT有办法实现老账户的receive_simpledeal()么,QIFIACCOUNT想实现本地无行情的papertrade

jupyter notebook的密码更改网上有很多很多教程! 简单说就是修改一个叫jupyter_notebook_config.py的文件,把里面的password改掉。 我是用的qa-community-go-r,所以我的jupyter_notebook_config.py文件位于: ![image](https://user-images.githubusercontent.com/16786053/73609080-150a5180-4605-11ea-8810-ffe0cd1f6388.png) **第1步:获取自己新设密码的hash值** ![image](https://user-images.githubusercontent.com/16786053/73609094-3a975b00-4605-11ea-8848-b690903c75f5.png) **第2步:根据文件路径直接修改password** ![image](https://user-images.githubusercontent.com/16786053/73609056-deccd200-4604-11ea-9d2f-4e1ed3ed51cf.png) ![image](https://user-images.githubusercontent.com/16786053/73609105-4d119480-4605-11ea-8da3-7126b072fed8.png) **修改完上面的password(用第1步获取的hash值),按esc,输入:x,保存退出即可。** **然后重启docker,生效。**

用户实测教程