GitHub user oxygen311 opened a pull request: https://github.com/apache/zeppelin/pull/3115
Fix IndexError in python interpreter with empty input ### What is this PR for? If input of python or pyspark interpreter is empty (contains only comments), it will fail with `IndexError` from `zeppelin_python.py`. ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-3687](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3687?filter=addedrecently) ### Screenshots ## Before:   ## After:   ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/TinkoffCreditSystems/zeppelin DW-17854 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3115.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3115 ---- commit 5d0fdd296af23f0a6fd34101615f281f184d3a94 Author: oxygen311 <alex39-09@...> Date: 2018-08-06T13:48:08Z Fix IndexError in python interpreter ---- ---