Does printed output get transmitted externally?
I work with Python in Jupyter notebooks and need to confirm whether printed variables (e.g., print() statements or displayed DataFrames) can be sent externally. Is only my code transmitted, or could output data also be sent outside my local machine?
Can anyone clarify? Thanks!