Recommended Codespace Configuration for Polyglot Notebooks devcontainer.json and Dockerfile recommendations for Polyglot Notebooks & .NET Interactive By Matt Eland on Sep. 12, 2024 This resource contains my current recommendations for configuring GitHub Codespaces for Polyglot Notebooks compatibility.
Announcing Data Science in .NET with Polyglot Notebooks A new book helping .NET developers learn data science, machine learning, and AI By Matt Eland on Sep. 6, 2024 With AI and machine learning becoming more accessible than ever before. Data Science in .NET with Polyglot Notebooks helps .NET devs get started.
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.