예제 #1
0
        public static SandDanceExplorer ExploreWithSandDance(this TabularJsonString source)
        {
            var explorer = new SandDanceExplorer();

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