is there a way to use "print" in algorithms and see what you are printing somewhere?

presently i can see only a couple of ways of doing this:

  1. using jupyter notebooks for parts of the code you try to print
  2. sending output to some log or debug

 

the only way to run the algorithm is to do a backtest afaik and i don't see the print statement output anywhere.

thx

Author