Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure Build a Solo RPG Dungeon Master using C# and Azure OpenAI By Matt Eland on Dec. 2, 2024 It turns out that AI orchestration is remarkably well equipped to handle building a virtual game master. Let’s see how it works.
Exploratory Data Analysis with F#, Plotly.NET, and ML.NET DataFrames Using Polyglot Notebooks to explore datasets with F# & Plotly.NET By Matt Eland on Dec. 24, 2023 Loading data, describing that data, and visualizing it in a single notebook can be surprisingly difficult with F#. This article walks you through the rough points of performing EDA in a .NET data science notebook.
Exploring Big O Notation in Polyglot Notebooks Using the time magic command to explore algorithmic performance By Matt Eland on May. 16, 2023 Big O notation can be confusing, but Polyglot Notebooks and a simple magic command can help simplify it.
Importing Code in Polyglot Notebooks Using NuGet and Local Files to Import Code into Notebooks By Matt Eland on May. 15, 2023 Let’s take a look at how we can work with external code in Polyglot Notebooks using C# and magic commands.
Visualizing Data in dotnet with Polyglot Notebooks and SandDance Interactive Data Visualization Alongside your dotnet Notebooks By Matt Eland on May. 12, 2023 SandDance lets you make amazing interactive data visualizations in your Polyglot Notebooks. Here’s how it works.