esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
442 stars 56 forks source link

stream redirection #27

Closed darioizzo closed 2 months ago

darioizzo commented 4 years ago

Adding the redirection of the standard output stream to python. This should allow users to see algorithms logs in verbosity mode also during jupyter sessions.

bluescarni commented 2 months ago

jupyterlab has since long implemented automatic redirection of C/C++ output streams, closing this.