#is it possible to use other console to replace julia console?
1 messages · Page 1 of 1 (latest)
if you maybe mean to simulate interactive julia outside the REPL you can hand the interpreter any string and execute it using Main.eval(Meta.parse("<code here>"))
if you have Julia in your PATH you can use it in any console/terminal
I'm guessing they meant on Windows, Julia is installed as a start menu app, and when you open that one it opens in its own terminal window (or not sure if it's PowerShell)
You can customize the font, window size and appearance for it but I don't think it's that customizable
I think the Windows Terminal app on the Windows store allows you to change it as the default one when opening Julia, but I don't really know how to change it to any terminal app