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.
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.