almond-sh / almond

A Scala kernel for Jupyter
https://almond.sh
BSD 3-Clause "New" or "Revised" License
1.6k stars 238 forks source link

Add support for more directives #1176

Closed alexarchambault closed 1 year ago

alexarchambault commented 1 year ago
//> using dep "org:name:ver"
//> using option "-Xfoo"
//> using repository "jitpack"

Ideally, support for those should be added in Ammonite. Just experimenting with it here in a first time.