Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When a user use Spark interpreter, the result comes out with result number message like :
res0: String = 1.6.0
Someone might want to print this message with their result, but others may want to see the result only since sometimes the compile result is too verbose. So if user want to see the their result, they can use
print(some_variable)
Actually, current %pyspark does.
So it would be better if Zeppelin provides an option property so that users can hide this. ( Default value is as-is )