Class JsCodeResult

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

    @Serializable() 
    public final class JsCodeResult
     implements Renderable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String uuid
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUuid()
      DisplayResult render(Notebook notebook) Render to display result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsCodeResult

        JsCodeResult(String jsCode)
    • Method Detail

      • render

         DisplayResult render(Notebook notebook)

        Render to display result

        Parameters:
        notebook - Current notebook