Exemplo n.º 1
0
        public static SandDanceExplorer ExploreWithSandDance(this TabularJsonString source)
        {
            var explorer = new SandDanceExplorer();

            explorer.LoadData(source);
            return(explorer);
        }
Exemplo n.º 2
0
 public static void Explore(this TabularJsonString source)
 {
     KernelInvocationContext.Current.Display(
         source,
         HtmlFormatter.MimeType);
 }