Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pgrit/dib2html
- Owner: pgrit
- License: mit
- Created: 2023-05-07T11:02:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-07T11:21:01.000Z (over 1 year ago)
- Last Synced: 2024-11-09T04:36:36.658Z (2 months ago)
- Topics: dotnet, dotnet-interactive, interactive, notebooks
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```