Jeff Zhang created ZEPPELIN-3318:
------------------------------------

             Summary: colorful output broken in some cases
                 Key: ZEPPELIN-3318
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3318
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Jeff Zhang


{code:java}
%python.ipython

from bokeh.io import output_notebook, show
from bokeh.plotting import figure

import bkzep

output_notebook(notebook_type='zeppelin')

fig = figure()
fig.line(range(1, 10), range(1,10), color='red', title='Validation Accuracy')


show(fig){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to