I’m using Julia 1.9.2.
In the “state of Julia” talk at JuliaCon, a function was mentioned that I wanted to add to my startup: REPL.numbered_prompt!()
… but if I add this to my startup:
using REPL
REPL.numbered_prompt!()
I get this error:
ERROR: LoadError: UndefVarError:
active_repl not defined
Is there any way to cause that code to be triggered at startup?