Skip to content

inject html displays for zeppelin note coming from databricks scala notebook with displayHTML function #5

@lamastex

Description

@lamastex

%spark
///////////////////////////////////////////////////////////////////////////////////////////////////////////
// this snippet needs to be injected into first cell of a Zeppelin note that is created from a Scala
// databricks notebook with 'displayHTML' --- this renders html in the zeppelin note coming from databricks
///////////////////////////////////////////////////////////////////////////////////////////////////////////
def displayHTML(htmlInput:String): Unit = {
println("%html")
println(htmlInput)
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions