Alex Howard created ZEPPELIN-2119: ------------------------------------- Summary: Python interpreter prints sets of dots after comments Key: ZEPPELIN-2119 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2119 Project: Zeppelin Issue Type: Bug Components: python-interpreter Affects Versions: 0.7.0 Environment: CentOS 7.3, jdk1.7.0_80 Reporter: Alex Howard Fix For: 0.6.2
This looks to be new behavior in version 0.7.0. When using python interpreter, it appears as if comments are causing subsequent print statements to be prefixed with 3 dots "...". For example: {noformat} %python print "testing testing 123" # comment #foo # # print "Extra dots appear after comment" {noformat} It looks that for each comment on a new line, an additional set of 3 dots are printed: {noformat} testing testing 123 ... ... ... Extra dots appear after above 3 comments {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)