##// END OF EJS Templates
Precise you can use `:memory:` for the history
Matthias Bussonnier -
Show More
@@ -161,6 +161,9 b' class HistoryAccessor(HistoryAccessorBase):'
161 local disk, e.g::
161 local disk, e.g::
162
162
163 ipython --HistoryManager.hist_file=/tmp/ipython_hist.sqlite
163 ipython --HistoryManager.hist_file=/tmp/ipython_hist.sqlite
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.
164
167
165 """).tag(config=True)
168 """).tag(config=True)
166
169
General Comments 0
You need to be logged in to leave comments. Login now