I tend to just run Jupyter by itself from a command line, not from Julia. Interrupting Julia's notebook() doesn't work reliably.
-- mb On Fri, Jan 22, 2016 at 7:32 AM, Lutfullah Tomak <[email protected]> wrote: > I have a julia script that runs IJulia > as > > #!/bin/sh > julia -e "using IJulia; notebook()" > > Interrupting this script gives recurring error reading > > jl_uv_writecb() ERROR: bad file descripter EBADF > > and cannot be stopped. I needed to cancel because IJulia freezes giving > warning lots of depreciation warning because of recent change in read* and > write* function. I'm on 0.5-dev+2238 Commit 8e036b4. Debian Sid armc7-a. > How can I stop that errors and how I can I stop depreciation warnings.
