Open
Description
It would be nice to be able to set/change setting that can right now only be set at the outset inside a REPL session.
In particular options --style
(set Pygments output style) and --full-form
(show Full form translation of input)
@mmatera this is something that I could use help on. See https://github.com/Mathics3/mathicsscript/blob/master/mathicsscript/settings.py for what I have so far.
However when I try to set this inside the REPL, I am not able to. I believe the problem lies in Mathics somehwere.
Also I suspect Mathics might be improved somehow to make writing "builtins" that function as settings to be made simpler.
Activity