Knit process gets stuck and doesn't terminate when it executes python block.
Last message from console:
List of 1
$ engine: chr "python".
To recreate execute:
{r setup, include=FALSE}
library("reticulate")
knitr::knit_engines$set(python = reticulate::eng_python)
#use_python("C:/Users/jj/AppData/Local/Continuum/anaconda3", required=TRUE)
{python}
lst=[3,5,2]
print(max(lst))
{r}