Re: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Jeff Zhang
Awesome. Glad to see you can use bokeh in zeppelin. From bokeh after 0.12.7, you need bkzep. You can check the README here. https://github.com/zjffdu/bkzep Actually you just need to import bkzep. You don't need to call install_notebook_hook explicitly. Partridge, Lucas (GE Aviation) 于2018年1月10日

RE: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Partridge, Lucas (GE Aviation)
Hi Jeff, I eventually managed to get Bokeh running in Zeppelin 0.7.0 after finding your code at https://pypkg.com/pypi/bkzep/f/bkzep/__init__.py . So I did ‘pip install bkzep’ and restarted Zeppelin. Then if I pasted this code of yours… from bokeh.io import install_notebook_hook from bkzep.io i

RE: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Partridge, Lucas (GE Aviation)
I forgot to say I’m using Bokeh 0.12.13. From: Partridge, Lucas (GE Aviation) Sent: 09 January 2018 13:24 To: users@zeppelin.apache.org Cc: zjf...@gmail.com Subject: EXT: RE: Use Bokeh in Apache Zeppelin Hi Jeff, Adding support for Bokeh in Zeppelin is great! At https://www.zepl.com/viewer/note

RE: Use Bokeh in Apache Zeppelin

2018-01-09 Thread Partridge, Lucas (GE Aviation)
Hi Jeff, Adding support for Bokeh in Zeppelin is great! At https://www.zepl.com/viewer/notebooks/bm90ZTovL3pqZmZkdS90ZXN0L2VhMGI0ODQ0MzNhYjQxNjZhODg5MjI1ZjAxZWVjMjdiL25vdGUuanNvbg it says: “If you want to use bokeh in spark interpreter. You need HDP 2.6.0 (Zeppelin 0.7.0) or afterwards” I’m n