martinandersen3d / DotnetInteractiveNotebookPolyglot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Notebooks for Dotnet

A new fileformat: .dib

Works like ipynb, but the file format is much better and simpler.

Example of a .dib file:

#!markdown

# My Interactive Dotnet Notebook


#!csharp

Console.WriteLine("d");

How to:

In Vscode:

About


Languages

Language:C# 100.0%