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.
