https://bugs.kde.org/show_bug.cgi?id=356103
--- Comment #10 from Simone Gaiarin <simg...@gmail.com> --- Seems to work now. Version: 16.08.3 I get some weird output though sometimes, I don't know if it's normal. Steps: a = 1 OK b = 2 {'errorPythonBackend': , '__spec__': None, 'a': 1, '__doc__': None, '__loader__': , 'scipy': , 'matplotlib': , 'CatchOutPythonBackend': , 'outputPythonBackend': , '__builtins__': , '__package__': None, 'numpy': , 'sys': , '__name__': '__main__', 'b': 2} c = a + b OK import numpy as np OK dd = np.array([1,2,3]) OK Reevaluate b = 2 then it's OK That output appears only if I do Evaluate Worksheet, while with evaluate entry it's fine. -- You are receiving this mail because: You are watching all bug changes.