Output format in engines Python / Octave, result options
31 views
Skip to first unread message
JJdasWIESEL
unread,
Oct 26, 2017, 8:04:15 AM10/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to knitr
Hi,
using knitr with engines python or octave it seems like the output is formatted like the option results='hold' is set. Does anyone know what the reason is for this and is there a way to obtain an output like when the engine is R, i.e. display every output right after the command? (see attached pdf)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JJdasWIESEL, knitr
Because for R code chunks, I can parse the code into individual
expressions and evaluate them one by one; for non-R code chunks, I
don't have language parsers, and can only evaluate the whole chunk and
get all output.
> --
> You received this message because you are subscribed to the Google Groups "knitr" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to knitr+un...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.