Start the reticulate Python kernel Shutdown the reticulate Python kernel Executereticulate::py_eval("print('Hello world')") The output should be visible in the R console. This happens because when starting an IPykernel,sys.stdoutis redirected to a different location. We need to restoresys.stdo...