filprofiler icon indicating copy to clipboard operation
filprofiler copied to clipboard

When using %%filprofile in Jupyter, last expression isn't display()ed

Open itamarst opened this issue 4 years ago • 0 comments

If I have Jupyter cell that ends with the express 3 + 4 on the last line, it will display 7 in the output. That is not the case for cells decorated with %%filprofile, because internally the original cell code is wrapped in a function.

itamarst avatar May 07 '21 19:05 itamarst