fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

About latest .net interactive #561

Open ingted opened 5 months ago

ingted commented 5 months ago

It seems like I need to load .net interactive extension manually with

open Deedle.Interactive
((new FormatterKernelExtension()):>Microsoft.DotNet.Interactive.IKernelExtension).OnLoadAsync(null)

Is there any elegant way?