How does jupyter kernel maintain context of all the previous cell 
executions in a session? How is it implemented?

example:

cell [1]: import pandas

cell[2]: x = 7

cell[3] print(x)

3

When executing cell 3, Jupyter Kernel has x from cell 2 and pandas import 
from cell 1 execution. How is it implemented in the kernel?

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/2312ef59-7f49-4ae4-927b-db278d69e35e%40googlegroups.com.

Reply via email to