How to configure it?
Closed this issue · 2 comments
berwynhoyt commented
ilua looks very powerful, but there do not appear to be any instructions or a README on how to configure it, for example:
- prompt content
- colors
- whether it should confirm on exit
I tried ilua -h
but it doesn't answer these questions.
Am I missing something?
guysv commented
this project is kinda old but essentially all ilua
does is running a jupyter console frontend with a the new lua kernel.
If you are seeking to customize the console, i'd suggest reading jupyter console docs and maybe something there is relevant.
berwynhoyt commented
Thanks.