I also met this problem Send from my iPhone Lei Wang
2017年3月16日 +0800 PM4:39 Meethu Mathew <meethu.mat...@flytxt.com>,写道: > 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 > > > > > > > > > > > > >