NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
59 stars 22 forks source link

Ferret engine needs to print all messages in Python #47

Open karlmsmith opened 7 years ago

karlmsmith commented 7 years ago

By default, all output printed by the Ferret engine in PyFerret needs to be printed by Python to sys.stdout and sys.stderr. This will remove issues with the multiple buffers (Fortran, C, Python) as well as allow Ferret engine output to be viewed in Python notebooks.