wolfram-library-link-rs
wolfram-library-link-rs copied to clipboard
how to access context unique to one notebook?
wll::evaluate does not seem to work. the context name I mean is like "Notebook$$23$270066`", when use Symbol::new() it says cannt parse. stuff like "Global`abc" is ok.
weird, passed context string in Vec<Expr> contains " quotes. had to trim manually.