-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
What is a session
in a history_reply
? From here.
Is this related to the session
in the message header? (To my best understanding the answer is "no".)
If I had to guess, a session corresponds to a notebook cell, and there are many lines in one session; or perhaps sessions are only applicable to console frontends in which case a session is one invocation of the console (but in that case, what happens if there are two open console sessions at once...? are they ordered by whichever one starts first, or finishes first?)
It'd be great to add some explanation about what a session is in the context of the history request/reply –– it's definitely not obvious although I have some guesses.