Jupyter Notebooks has been the significant player in the interactive development space for many years, and Notebooks have played a vital role in the continued popularity of languages like Python, R, Julia, and Scala. Interactive experiences like this give users with a lightweight tool (I like to say "interactive paper") for learning, iterative development, and data science and data manipulation.
Try .NET has grown to support more interactive experiences across the web with runnable code snippets, an interactive documentation generator for .NET Core with the dotnet try global tool, so it makes sense that we take it to the next level, so we're announcing today:
.NET in Jupyter Notebooks
Even better you can start playing with it today, locally or in the cloud!
Please note: If you have the dotnet try global tool already installed, you will need to uninstall the older version and get the latest before grabbing the Jupyter kernel-enabled version of the dotnet try global tool.
Check to see if Jupyter is installed
jupyter kernelspec list
Install the .NET kernel!
dotnet try jupyter install
Test installation
jupyter kernelspec list
You should see the .net-csharp and .net-fsharp listed.