Lev Danilov

Results 2 comments of Lev Danilov

Same on 1.42.0 As temporary fix, @cthlo, try unsetting DEBUG: ``` env -u DEBUG jupyter console --kernel deno ``` or ``` unset DEBUG ``` To reproduce -- 1. Run `DEBUG=1...