Jiang Wenwei created ZEPPELIN-2655: -------------------------------------- Summary: python interpreter output error when use sys.reload Key: ZEPPELIN-2655 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2655 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.7.1 Environment: MAC OS 10.12.5 Reporter: Jiang Wenwei
%python import sys print 'start' reload(sys) print 'end' then 'end' will not print to the screen seriously that other users, notes,session will not output any information too ,until restart python module. -- This message was sent by Atlassian JIRA (v6.4.14#64029)