Kenta Murata

Results 83 issues of Kenta Murata

https://jupyter-client.readthedocs.io/en/latest/messaging.html#debug-request

enhancement

When I execute `system("echo Hello World")`, the output of `echo` command wasn't displayed on the notebook, but was appeared on the console.

bug
help wanted

When an exception is raised in the code in a code cell, IRuby reported a traceback with wrong line numbers and needless traceback entries which is in pry. For example,...

help wanted

We need to insert `nil` even if the code raises syntax error. ![screenshot 2018-03-22 05 38 24](https://user-images.githubusercontent.com/3959/37736078-44bdcd12-2d93-11e8-87f0-b4cdac738164.png)

bug

See https://jupyter-client.readthedocs.io/en/stable/messaging.html to learn what is control port.

enhancement

ipykernel specifies 1000ms linger period for each socket.

enhancement

If the parent process has already been dead, IRuby kernel should quit.

enhancement

``` 1) Error: IntegrationTest#test_interaction: Errno::EIO: Input/output error @ io_fillbuf - fd:7 /dev/pts/1 /usr/local/lib/ruby/2.5.0/expect.rb:47:in `eof?' /usr/local/lib/ruby/2.5.0/expect.rb:47:in `expect' /iruby/test/integration_test.rb:27:in `expect' /iruby/test/integration_test.rb:11:in `setup' ```

Our `inplace` idiom occurs warning like `warning: possibly useless use of + in void context`. To avoid such warnings, how do you think defining `inplace=`? With this method, we can...