Package 

Interface DisplayResultWithCell

  • All Implemented Interfaces:
    org.jetbrains.kotlinx.jupyter.api.DisplayResult , org.jetbrains.kotlinx.jupyter.api.Renderable

    
    public interface DisplayResultWithCell
     implements DisplayResult
                        

    Display result that holds the reference to related cell

    • Method Summary

      Modifier and Type Method Description
      abstract CodeCell getCell()
      String getId()
      • Methods inherited from class org.jetbrains.kotlinx.jupyter.api.DisplayResultWithCell

        render, toJson
      • Methods inherited from class org.jetbrains.kotlinx.jupyter.api.Renderable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait