Don't know if this should go as a knitr or a runr issue, but ... I'm using a fresh install of runr (devtools::install_github(yihui/runr), packageVersion("runr") == 0.0.7)
Every python output chunk seems to have some kind of hash value prepended to it ... ? I would try to dig in further, but I'm having a hard time getting far enough into the guts of knitr to debug it ...
I have a minimal example posted here (the output is here)
FWIW it seems to happen with both python and python3 ...
any quick thoughts ... ?
Don't know if this should go as a knitr or a runr issue, but ... I'm using a fresh install of
runr(devtools::install_github(yihui/runr),packageVersion("runr") == 0.0.7)Every python output chunk seems to have some kind of hash value prepended to it ... ? I would try to dig in further, but I'm having a hard time getting far enough into the guts of
knitrto debug it ...I have a minimal example posted here (the output is here)
FWIW it seems to happen with both python and python3 ...
any quick thoughts ... ?