An exploration of OpenBB features.
OpenBB Platform is a collection of open source tools for investment research.
The goal of this repository is to explore what can be done with the OpenBB platform.
This project uses Miniconda as enviroment manager and Poetry as package manager.
-
Install miniconda (Installation instructions)
-
Create the conda environment
conda env create -f environment.yml
- Use Poetry to install the packages
poetry install
The extensions.json
contains the recomended jupyter extension that allows you to use the notebooks directly on vscode
You can also use ipykernel
to start a local jupyter notebook server and access them through your browser.
!TODO: add openBB modules descriptions