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

Reply via email to