.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


The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.



Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Monday, 18 November 2019 )