Skip to content

Instantly share code, notes, and snippets.

View neuronicnobody's full-sized avatar

Dominique Saulet neuronicnobody

View GitHub Profile
@neuronicnobody
neuronicnobody / plugin.rs
Created December 7, 2023 17:33
OpenBB Demo Plugin
use extism_pdk::*;
use serde::{Serialize, Deserialize};
use serde_json::json;
use std::cmp::Ordering;
use ndarray::Array1;
use ndarray::Zip;