filprofiler
filprofiler copied to clipboard
When using %%filprofile in Jupyter, last expression isn't display()ed
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.