Shim HyungSung created ZEPPELIN-1929: ----------------------------------------
Summary: need to fix the output format of PythonInterpreter Key: ZEPPELIN-1929 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1929 Project: Zeppelin Issue Type: Bug Reporter: Shim HyungSung When i execute following command in python paragraph, ``` %python.python def myfn(): for x in range(0,3): print ("aaa") myfn() ``` the output of paragraph is like below. ``` ... ... ... ... ... ... ... aaa aaa aaa ``` -- This message was sent by Atlassian JIRA (v6.3.4#6332)