.NET Jupyter Notebooks Announced
Written by Kay Ewbank   
Monday, 18 November 2019

Microsoft has announced that you'll be able to run .NET code in Jupyter Notebooks, specifically C# and F#, and therefore ML.NET as well. The new support is enabled by the .NET kernel for Jupyter and Try .NET.

The announcement of the new support was made at the Microsoft Ignite conference. Jupyter Notebooks are open source web applications that contain live code and equations along with visualizations and narrative text.

jupyter2

 

Try .NET is a tool introduced by Microsoft earlier this year. It's an interactive documentation generator for .NET Core that you can use to create executable C# snippets for your websites, or interactive markdown files that users can run on their machine. Since its launch Try .NET has grown to support runnable code snippets, and it has now been used to create .NET Jupyter Notebooks.

jupyter .NET

The initial set of features in the new tool mean that when writing C# or F# in a .NET Notebook, you'll be using C# Scripting or F# interactive. As with 'standard' Jupyter notebooks, you can display useful information about an object in table format. The tool ships with several helper methods for writing HTML, including basic helpers that can be used to write out a string as HTML, to output Javascript, or work with more complex HTML with PocketView.

In addition to F# and C#, .NET Jupyter can be used for ML.NET and .NET for Apache Spark. This is a set of .NET bindings for Spark are written on the Spark interop layer. At the moment you can use Azure Synapse Analytics Notebooks and Azure HDInsight Spark + Jupyter Notebooks. Both let you write and run quick ad-hoc queries in addition to developing complete, end-to-end big data scenarios, such as reading in data, transforming it, and visualizing it.

.NET Jupyter Notebooks is available to try now on GitHub.

 jupyter2

More Information

.NET Jupyter Notebook On GitHub

Related Articles

Jupyter Notebook 5 Adds Cell Tagging

Jupyter 4 Completed By Release Of IPython 4

.NET Is One With .NET 5

Have Your Say On .NET For Spark 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GitHub Announces Open Source Security Fund
03/12/2024

A new security-focused program, the GitHub Secure Open Source Fund, will invest $1.25M across 125 open source projects. The project is backed by the support of organizations including American Express [ ... ]



OpenSilver Adds XAML Designer For Visual Studio Code
12/12/2024

OpenSilver 3.1 has been released. This version adds a drag-and-drop XAML designer for Visual Studio Code (VS Code), a new modern UI theme, and expanded support for WPF features. The open-source altern [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 18 November 2019 )