Hi.
The problem is fixing on https://github.com/apache/zeppelin/pull/2106.
Thanks.
2017-03-16 17:58 GMT+09:00 :
> I also met this problem
>
> Send from my iPhone
> Lei Wang
>
> 2017年3月16日 +0800 PM4:39 Meethu Mathew ,写道:
>
> Hi,
>
> The output of following code prints unexpected dots in the result
I also met this problem
Send from my iPhone
Lei Wang
2017年3月16日 +0800 PM4:39 Meethu Mathew ,写道:
> Hi,
>
> The output of following code prints unexpected dots in the result if there is
> a comment in the code. Is it a bug with zeppelin?
>
> Code :
>
> %python
> v = [1,2,3]
> #comment 1
> #comment
Hi,
The output of following code prints unexpected dots in the result if there
is a comment in the code. Is it a bug with zeppelin?
*Code :*
%python
v = [1,2,3]
#comment 1
#comment
print v
*output*
... ... [1, 2, 3]
Regards,
Meethu Mathew