Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.41 KB

File metadata and controls

30 lines (20 loc) · 1.41 KB

Deedle Formatting Extension For .NET Interactive

This repo contains a MVP implementation of a possible Deelde Series and Frame formatter.

Demo Notebook

The Jupyter Notebook documents how to build and include the package locally. Apart from that it shows how it renders Series and Frame objects and some ways to interface with other extension distributed in the Microsoft.DotNet.Interactive.ExtensionLab package.

Why don't the things render as I want them to?

You might be using .NET Interactive in "stable" Visual Studio Code. Please go and download the insiders version and try again.

How to get these bits? Gimme!

I have a feed for experimental packages on MyGet there you can find the Deedle.DotNet.Interactive.Extension. Add the feed to your NuGet source list and reference the extension in your notebook. The following example also shows how to include the addional nuget source directly into your notebook cell before loading the package.

#i "nuget:https://www.myget.org/F/gregs-experimental-packages/api/v3/index.json"
#r "nuget: Deedle.DotNet.Interactive.Extension,0.1.0-alpha9

Something blew up!

Great, you found a bug 🐛 Please add an issue and I'll take a look at it 🙇‍♂️