Tarn W. Burton

Results 71 comments of Tarn W. Burton

For the first question see my project metys. Its like knitr but can run multiple jupyter kernels. I have not used it for while so beware.

metys isn't really LaTeX specific. You can use it on top of any plain text document like MarkDown.

This is probably due to bad finalization logic in my use of static-vectors. Also, for your code sample you just posted a link back to this issue. Can you post...

Not sure if that is the issue, but you should probably upgrade SBCL since v1.4.5 is over two years old.

If you are on Debian Bullseye I have binaries for v2.1.6 if you can't find them elsewhere. https://github.com/yitzchak/mpr/releases/tag/sbcl_2.1.6-1

Can you not upgrade the OS? Just curious. As a last resort you could bootstrap current SBCL.

SBCL is built by bootstrapping on top of another CL implementation. It is a derivative of CMUCL which had to be bootstrapped on itself. SBCL can be bootstrapped on just...

No need to apologize. Unless you want the graphs to have interactive sliders or such, you probably don't need widgets. Media can be displayed with the functions defined in `results.lisp`...

It's called `@jupyterlab/vega5-extension`. You can install from the extension manager in the lab interface or the following on the command line. ``` jupyter-labextension install @jupyterlab/vega5-extension ```