diff --git a/IPython/core/history.py b/IPython/core/history.py index 5147ad9..682032b 100644 --- a/IPython/core/history.py +++ b/IPython/core/history.py @@ -161,6 +161,9 @@ class HistoryAccessor(HistoryAccessorBase): local disk, e.g:: ipython --HistoryManager.hist_file=/tmp/ipython_hist.sqlite + + you can also use the specific value `:memory:` (including the colon + at both end but not the back ticks), to avoid creating an history file. """).tag(config=True)