wolfram-library-link-rs icon indicating copy to clipboard operation
wolfram-library-link-rs copied to clipboard

how to access context unique to one notebook?

Open imkow opened this issue 1 year ago • 1 comments

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.

imkow avatar Jul 06 '24 16:07 imkow

weird, passed context string in Vec<Expr> contains " quotes. had to trim manually.

imkow avatar Jul 06 '24 18:07 imkow