.NET Interactive examples for THAT Conference 2022 in Wisconsin
You can open this repo in Binder and run most of these examples yourself from a web browser!
I learned about sharing in Binder here inside the docs folder of the dotnet/interacive project on GitHub.
Most of these examples are from other repos, and I'd like to get them credit here:
- Example 00 - Programming model - From dotnet/interactive
- Example 01 - Displaying output - From dotnet/interactive
- Example 02 - Formatting output - From dotnet/interactive
- Example 03 - Importing packages - From dotnet/interactive
- Example 04 - Variable Sharing - From dotnet/interactive
- Example 05 - Mermaid - From dotnet/interactive
- Example 06 - Show AIS ships - From ais-dotnet/Ais.Net.Notebooks - NOTE: .dib files don't seem to work in Binder. Also, for the map to work correctly, you will need to sign up for a Bing Maps API key.
- Example 07 - NFL Draft Analysis - This was made by me, but I did get inspiration from "Data Processing with DataFrame" from dotnet/csharp-notebooks. The original draft data came from the Draft section of pro-football-reference.com
- Example 08 - USL1 Soccer Analysis - This data comes from americansocceranalysis.com, with the analysis being done in SandDance