Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QUANTAXIS/QADemoOLD
QUANTAXIS 的示例demo
https://github.com/QUANTAXIS/QADemoOLD
quant
Last synced: 14 days ago
JSON representation
QUANTAXIS 的示例demo
- Host: GitHub
- URL: https://github.com/QUANTAXIS/QADemoOLD
- Owner: QUANTAXIS
- Created: 2018-02-20T10:38:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T15:47:23.000Z (over 5 years ago)
- Last Synced: 2024-08-01T18:33:33.525Z (3 months ago)
- Topics: quant
- Language: Jupyter Notebook
- Size: 3.88 MB
- Stars: 42
- Watchers: 9
- Forks: 173
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QUANTAXIS DEMO
quantaxis的一些使用示例
## 使用方法:
先将此项目 ```FORK```到你自己的账户中
```bash
git clone https://github.com/[你的github账号]/qademo
```## 后台运行脚本
```
sudo chmod -R 777 ./qademo
cd qademo
sudo nohup ./startjupyter.sh &
```## 更新代码
通过从 yutiansut/qademo 向你的项目推```pull request```来对项目进行更新
## 贡献代码
通过从 你的项目 向 yutiansut/qademo 推 ```pull request``` 来贡献你的代码