jonsequitur / dotnet-repl

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

add support for `#!import`, additional importable and runnable file types #73

Closed jonsequitur closed 1 year ago

jonsequitur commented 1 year ago

This adds a few more file types supported for command line automation, and brings in support for the #!import magic command for all of the same file types.

In light of these file types, the command line option --notebook makes less sense, so it's been renamed to --run.