Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgrit/dib2html

Runs dotnet interactive notebooks and writes their outputs to HTML.
https://github.com/pgrit/dib2html

dotnet dotnet-interactive interactive notebooks

Last synced: 13 days ago
JSON representation

Runs dotnet interactive notebooks and writes their outputs to HTML.

Awesome Lists containing this project

README

        

# 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
```