##// END OF EJS Templates
Precise you can use `:memory:` for the history
Matthias Bussonnier -
Show More
@@ -162,6 +162,9 b' class HistoryAccessor(HistoryAccessorBase):'
162 162
163 163 ipython --HistoryManager.hist_file=/tmp/ipython_hist.sqlite
164 164
165 you can also use the specific value `:memory:` (including the colon
166 at both end but not the back ticks), to avoid creating an history file.
167
165 168 """).tag(config=True)
166 169
167 170 enabled = Bool(True,
General Comments 0
You need to be logged in to leave comments. Login now