Forthon icon indicating copy to clipboard operation
Forthon copied to clipboard

Forthon text output going to terminal instead of notebook

Open sballin opened this issue 5 years ago • 0 comments

When running Forthon code in a Jupyter notebook, if the print statements are in Fortran, their output appears in the terminal where jupyter was started, rather than in the notebook cell. When I create a "hello world" program using Cython, which translates python to C and creates a .so file that can be imported in python, the outputs appear in the notebook properly.

sballin avatar Feb 13 '20 22:02 sballin