Hi all. I've a cnb
file which takes about 20 minutes to run, and the GUI get stacked around while calculating.
I'd like to be able of run it from the CLI.
After a few minutes I came out with:
cadabra2cadabra file.cnb inputfile
takes the code blocks from the notebook and writes a text file called inputfile
. Then,
cadabra2 inputfile > output
returns a text file output
with the results. However, it uses non ascii symbols.
Is it possible to get an output that uses LaTeX form instead of non-ascii symbols?