SciRuby / iruby

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

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

Closed gartens closed 8 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 8 months ago

Thank you!