As it happens, you can do this from Atom itself; `C-Alt-I` to get to the dev tools and `atom.beep()`.
It would be easy (as in two lines) to expose this as a Julia function, and I can help with that if you're interested. Of course, there may well be a simpler way to do it directly within Julia ;) On Sat, 27 Feb 2016 at 23:39 Chris Rackauckas <[email protected]> wrote: > Hey, > I was wondering about a quick way to make the computer beep when code is > finished. Usually there's a beep() function. The one in Julia at > Base.Terminals.beep takes as input a terminal. Where do I find this > terminal object? If it matters, I am using Juno with Atom. >
