sam created ZEPPELIN-1433: ----------------------------- Summary: What dependency to add to project (sbt or maven) get hold of ZeppelinContext? Key: ZEPPELIN-1433 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1433 Project: Zeppelin Issue Type: Improvement Reporter: sam
Zeppelin has an object `ZeppelinContext`, which can then be used to share state between languages and bind variables to angular and thus create cool user interfaces inside Zeppelin notebooks. We have written numerous convenience methods to create things like drop down menus, buttons, UI stuff, from scala. These methods call `ZeppelinContext`. We wish to add these methods to an sbt project, so that we can package them in a jar, but it seems the Zeppelin project provides no artifact that contains `ZeppelinContext` (we have tried many). Rather there only seems to exist two work arounds: 1. Build all of Zeppelin and add the resulting jar as an unmanaged jar (not nice). 2. Use duck typing (also really not nice). Is there a lesser known resolver / artifact id to get hold of this type?? If there is no such publically accessible module please could such a module be made available? -- This message was sent by Atlassian JIRA (v6.3.4#6332)