Konstantin
Konstantin
As far as I have concerned you have tried two ways (two code blocks) and none of these two ways worked for you, didn't they?
Why is it not merged?
Yes. Shortly speaking, this project is about clients, not servers.
I also suggest providing an opportunity to print messages from code chunk. Now `pythontex` grabs `stderr` content, wraps it and print as warning or error unlike `knitr`, where one can...
Could you, please, make a quick patch to master that would at least unwrap output to stderr so users can print custom run-time messages (i.e. progress bars, etc.) indicating what...
But what if consider disabling multiprocessing? Will it make things easier or stay the same?
As a temporary quick workaround I can suggest set max jobs number to 1 and, thus, disable multiprocessing, then I suggest subclassing file-like object (let's call it Logger) so that...
The example worked except for I did not get the plot in the resulted document. Tell me please, why does `julia_setup()` force the result output `.tex` file to be in...
I've tried to call `julia_setup()` explicitly to fine-control the process, I thought that would help me to workaround some problems. There is a pdf-file in `figure` directory generated, but it...
I have changed knitting rule as follows: ```shell LC_ALL="ru_RU.cp1251" R -e "library(knitr); knit('main.Rnw')" ``` And now it works. Although I can't get plots from Julia and syntax highlighting of Julia...