.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


Quadrupedal Parkour
31/03/2024

What is it with robots and parkour? First Atlas and now ANYmal want to impress us with their prowess. For the roboticist, however, emulating the skills of free running can enhance the capabilities of  [ ... ]



Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Monday, 18 November 2019 )