Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 546 Bytes

File metadata and controls

28 lines (15 loc) · 546 Bytes

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: