Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 442 Bytes

Dib2Html

CLI tool to run dotnet interactive notebooks and store their outputs in a .HTML file.

Basically the same as converting a .dib to .ipynb, running it with Jupyter, saving it, and then using nbconvert to generate a .HTML with the command line options set to not include the cell inputs.

Usage

dib2html notebook.dib

For more info and options, see

dib2html -h

Install

dotnet tool install -g dib2html