Uploaded image for project: 'Livy'
  1. Livy
  2. LIVY-299

Only the output of last line is returned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.3
    • 0.5.0
    • Interpreter
    • None

    Description

      Request:

      {"code": "print(1);\nprint(1)"}
      

      Response:

      {
        "total_statements": 1,
        "statements": [
          {
            "id": 0,
            "state": "available",
            "output": {
              "status": "ok",
              "execution_count": 0,
              "data": {
                "text/plain": "1"
              }
            }
          }
        ]
      }
      

      Attachments

        Activity

          People

            jerryshao Saisai Shao
            zjffdu Jeff Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: