You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tail uses the database directly, without a special case for the current session. IPython doesn't save output to the database by default (there's an option HistoryManager.db_log_output to enable it). range does have a special case for the current session, so it does show output from the current session.
As far as I know, none of our frontends send a history_request with output=True. We only use a small subset of the history messaging interface: tail requests with raw=True and output=False. It's probably another thing that we should simplify in a future version of the messaging protocol.
outputs
Note that there is no output in the history.
When I do something similar with a
"range"
query, I get output in some history items.The text was updated successfully, but these errors were encountered: