Stepan Zakharov
Stepan Zakharov
Perhaps of the semantic ambiguity, clig.dev define CLI arguments as "args" and "flags" https://clig.dev/#arguments-and-flags.
@fkrauer I'm not experienced with metaprogramming, but that seems like a solution ```julia ... moo = float.(eval(Meta.parse(args["moo"]))) ... foo = float.(eval(Meta.parse(args["foo"]))) ``` ```console % j testparse.jl --foo="[1.0, 2.0, 3.0]" --moo="[4:4:12;]"...
Bump. I'm using Julia in code cells. Same issue for `code-cells` tagged with `raises-exception`. ``` Jupyter Book : 0.15.1 External ToC : 0.3.1 MyST-Parser : 0.18.1 MyST-NB : 0.17.2 Sphinx...