huenique / openbb-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBB Example

Original example from https://github.com/OpenBB-finance/examples

Platform-specific notes

Here is the underlying web engine each platform uses you might need to install.

Linux

PyWry is required on linux.

Install PyWry

pip install pywry --upgrade

Pywry uses gtk-rs and its related libraries for window creation and Wry also needs WebKitGTK for WebView.

To activate interactive plots/tables in pywry window, please make sure the following packages are installed:

Arch Linux / Manjaro:

sudo pacman -S webkit2gtk

Debian / Ubuntu:

sudo apt install libwebkit2gtk-4.0-dev

Fedora / CentOS / AlmaLinux:

sudo dnf install gtk3-devel webkit2gtk3-devel

About


Languages

Language:Python 100.0%Language:Dockerfile 0.0%