SciRuby / iruby

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

Default to true for `store_history` if not in silent mode #330

Closed gartens closed 10 months ago

gartens commented 1 year ago

According to the documentation for store_history:

A boolean flag which, if True, signals the kernel to populate history The default is True if silent is False. If silent is True, store_history is forced to be False.

kojix2 commented 10 months ago

Thank you!