ingted
ingted
But this works fine. https://github.com/dotnet/TorchSharpExamples/blob/main/tutorials/FSharp/synthetic_data.ipynb Once we open the ipynb file and all cells are in F#.
But when I change the kernel from CPython to .net interactive, it changes all cells into c#, even not Python....
https://github.com/ExcelDataReader/ExcelDataReader/issues/332
I bumped into similar issue, guessing the code should be like this... ``` let _range = printfn "String.IsNullOrWhiteSpace %s: %b" range (String.IsNullOrWhiteSpace range) if String.IsNullOrWhiteSpace range then sheetname //workbook.Tables.[0].TableName
https://github.com/fsprojects/ExcelProvider/pull/91 This PR might fix this issue... (PS. In my build I updated FSharp.Core to 6.0.3 since I am unable to build this project with .net 5.0...)
After the fix, code with the sheet not exist would not be buildable... Maybe yes?
Hi @quintusm, I added the prefix here https://github.com/ingted/ExcelProvider2 Maybe you could merge it with release 2.1.0?
This is still happening with 1.5.0!!
Let me try try see!!
What's the end of TsunamiIDE? Actually it was amazing but disappeared... sad...