Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2119

Python interpreter prints sets of dots after comments

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.7.1, 0.8.0
    • python-interpreter
    • None
    • CentOS 7.3, jdk1.7.0_80

    Description

      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:

      %python
      
      print "testing testing 123"
      # comment #foo
      #
      #
      print "Extra dots appear after comment"
      

      It looks that for each comment on a new line, an additional set of 3 dots are printed:

      testing testing 123
      ... ... ... Extra dots appear after above 3 comments
      

      Attachments

        Issue Links

          Activity

            People

              astroshim Shim HyungSung
              adh1982 Alex Howard
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: