Suppose there is a Jupyter notebook called notebook1.ipynb where several variables are calculated with interesting results. Suppose then, as part of another analysis on another notebook called notebook2.ipynb , it is interesting to access the variables computed in notebook1 . In that case, how do you access those same variables and results without having to copy all the code?