public static SandDanceDataExplorer ExploreWithSandDance(this TabularDataResource source)
        {
            var explorer = new SandDanceDataExplorer(source);

            KernelInvocationContext.Current?.Display(explorer, HtmlFormatter.MimeType);
            return(explorer);
        }
 public void Dispose()
 {
     Formatter.ResetToDefault();
     SandDanceDataExplorer.ResetDefaultConfiguration();
 }
示例#3
0
        public static SandDanceDataExplorer ExploreWithSandDance(this TabularDataResource source)
        {
            var explorer = new SandDanceDataExplorer(source);

            return(explorer);
        }