how to enable ploting for zeppelin in Azure

81 views Asked by At

The Zeppelin installation in HDInsight clusters on Azure does not have any package in Helium to be enabled. How should I add and enable them to be able to draw charts in scala notebooks?

1

There are 1 answers

0
1ambda On

helium online registry works for 0.8.0-SNAPSHOT But I guess Azure provided Zeppelin is 0.7.x.

So you have 2+ options.

  1. Use interpreter specific charts: python-bokeh, spark-highcharts
  2. Install helium manually: https://github.com/1ambda/zeppelin-highcharts-bubble/issues/1#issuecomment-284950453