jonsequitur / dotnet-repl

A polyglot REPL built on .NET Interactive
MIT License
713 stars 35 forks source link

Basic command line parameterization for notebook automation #70

Closed jonsequitur closed 1 year ago

jonsequitur commented 1 year ago

This is still very early but here's what it looks like as of this PR.

Parameter values can be passed to a notebook during automation runs using any number of --input key=value options.

image

It also seems useful to be able to discover parameters (e.g. @input:-prefixed magic command tokens) from the command line:

image