Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pyqlib import init | |
| from qlib.data import D | |
| import matplotlib.pyplot as plt | |
| import pandas as pd | |
| import numpy as np | |
| # 初始化 | |
| provider = r"D:\investmentresearch\qlibsystem\data_commod_daily\qlib_data_demo" | |
| init(provider_uri=provider) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # python package and _ _init _ _.py | |
| # quick start | |
| ## download the project | |
| ``` | |
| git clone https://github.com/oxfordyang2016/python_import_package.git | |
| ``` | |
| Note: this is a projetc including a package consisted by some moudles and a subpackage including some moudles |