jupyter-xeus / xeus-octave

Jupyter kernel for GNU Octave
https://xeus-octave.readthedocs.io/
GNU General Public License v3.0
57 stars 10 forks source link

Stream output buggy inside code blocks #24

Closed rapgenic closed 3 years ago

rapgenic commented 3 years ago
for i = 1:10 
    pause(0.1)
    disp("ciao")
end

Displays 10 ciao in one shot at the end of the execution. Take inspiration from https://github.com/jupyter-xeus/xeus-cling/blob/master/include/xeus-cling/xbuffer.hpp