Choose a path
Runtime requirements
Node.js 18+ is recommended for frontend packages. Python 3.10+ is recommended for core runtime and Plug & Play examples.
Install by path
Avoid installing everything by default. Install the minimum set for your current goal.
Plug & Play path
install.sh
pip install jazzmine
pip install yfinance==0.2.66 pandas==2.2.3 numpy==2.1.3React + SDK path
install.sh
npm install jazzmine-react jazzmine-sdkBackend runtime path
install.sh
pip install jazzmineRecommended read order
Follow this sequence to avoid jumping between unrelated pages.
- Start with Plug & Play to run a full working example.
- Move to React Usage and SDK Quick Start for app integration.
- Then cover Core Configuration, Security Usage, and Logging Usage for production hardening.