SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
901 stars 29 forks source link

Add initialized event #296

Closed mrkn closed 3 years ago

mrkn commented 3 years ago

The new event initialized is added in IRuby::Kernel class. This event occurs after an IRuby::Kernel object is initialized. The new kernel object is passed to the callable objects registered to the initialize event.

This pull request is the redesign of the idea originally proposed by @Yuki-Inoue in #168.