Class Nb

java.lang.Object
tech.catheu.jnotebook.Nb

public class Nb extends Object
  • Method Details

    • vega

      public static j2html.tags.specialized.DivTag vega(Map<String,Object> data)
    • vega

      public static j2html.tags.specialized.DivTag vega(org.json.JSONObject jsonData)
    • plotly

      public static j2html.tags.specialized.DivTag plotly(List<Object> data, Map<String,Object> layout, Map<String,Object> config)
    • plotly

      public static j2html.tags.specialized.DivTag plotly(org.json.JSONArray jsonData, org.json.JSONObject jsonLayout, org.json.JSONObject jsonConfig)
    • row

      public static j2html.tags.DomContent row(Object... objects)
    • col

      public static j2html.tags.DomContent col(Object... objects)
    • grid

      public static j2html.tags.DomContent grid(int maxCols, Object... objects)
    • html

      public static j2html.tags.DomContent html(Object obj)
    • profile

      public static Path profile(Runnable runnable)
    • profile

      public static Path profile(Runnable runnable, MBeanServerConnection mBeanServer, com.microsoft.jfr.RecordingOptions recordingOptions, com.microsoft.jfr.RecordingConfiguration recordingConfiguration, Path savePath)
    • flame

      public static j2html.tags.DomContent flame(Path path)