Re: python prints "..." in the place of comments in output

2017-03-16 Thread Hyung Sung Shim
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

Re: python prints "..." in the place of comments in output

2017-03-16 Thread lei1989
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 =

python prints "..." in the place of comments in output

2017-03-16 Thread 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 print v *output* ... ... [1, 2, 3] Regards, Meethu Mathew