Is it possible to obtain last evaluated value in iruby on jupyter?

28 views Asked by At

I use iruby on jupyter. In ipython, one can obtain last evaluated value by local variable _. Is it possible to do somehow achieve it in iruby?

1

There are 1 answers

0
kojix2 On

I think you have just found another IRuby bug. Thank you for finding this.

https://github.com/SciRuby/iruby/issues/245