Capture and display output from stdout
Closed this issue · 0 comments
jayqi commented
Currently we capture returned outputs but not stdout. So we'd want something like this to work:
print("hello")
#> hello
Closed this issue · 0 comments
Currently we capture returned outputs but not stdout. So we'd want something like this to work:
print("hello")
#> hello