public static NteractDataExplorer ExploreWithNteract(this TabularDataResource source)
        {
            var explorer = new NteractDataExplorer(source);

            KernelInvocationContext.Current?.Display(explorer, HtmlFormatter.MimeType);
            return(explorer);
        }
 public void Dispose()
 {
     Formatter.ResetToDefault();
     NteractDataExplorer.ResetDefaultConfiguration();
 }
Exemplo n.º 3
0
        public static NteractDataExplorer ExploreWithNteract(this TabularDataResource source)
        {
            var explorer = new NteractDataExplorer(source);

            return(explorer);
        }