You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Shim HyungSung (JIRA)" <ji...@apache.org> on 2017/01/09 09:12:58 UTC

[jira] [Created] (ZEPPELIN-1929) need to fix the output format of PythonInterpreter

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)