This is a kernel for Polyglot Notebooks to help people learn Power Fx.
Add PowerFx Daily Build Nuget information by creating NuGet.Config on the src/ folder
- https://github.com/microsoft/Power-Fx?tab=readme-ov-file#daily-builds
- https://github.com/microsoft/Power-Fx/blob/main/dailyBuilds.md#connect-to-the-feed
You can then build the csproj like any other dotnet project in Release or Debug mode.
dotnet build src/PowerFxDotnetInteractive.csproj -c Release
dotnet build src/PowerFxDotnetInteractive.csproj -c Debug
- Learn C# with Interactive Notebooks
- NET Interactive Notebooks with C#/F# in VS Code
- .NET Everywhere - Windows, Linux, and Beyond
You can find the Power Fx Notebook in the notebooks folder. You can open the notebook in Dev Containers with Docker, Podman or locally.
- Power Fx Host Sample for the parsing code.