https://bugs.kde.org/show_bug.cgi?id=409240

--- Comment #3 from avlas <jsar...@gmail.com> ---
I was wondering if there is any progress on this issue.

Asking because there is a use case that I have identified that deviates from
regular python, IPython, etc.

It's about a code that removes columns from a panda dataframe:

- In regular python, a warning is displayed (only the first time) and columns
are removed. Invoking the same instruction again triggers an error because
these columns are present no more.

- In Cantor, the warning is treated as an error, so the columns are not
removed, and the user needs to run the instruction twice to get it done. After
that, invoking the instruction again fails as one would expect.

In this context, I think a Python user that is not aware of the issue will not
understand what is really going on under the hood.

More generally, I would encourage to treat all warning as messages to be
displayed in Cantor. 

I think this would also be more consistent with Jupyter Notebooks (btw, I look
forward to trying the import/export functionality between notebooks and cantor
from the GSoC!).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to