Variables
You can reference variables set by other python cells on the global scope.Cell Results
All cells - with the exception of Markdown and Python cells, set their output variable ot a CellResult object.Output
Ways to output information from a python cell:- Print to stdout/stderr
- Display objects via
IPython.display.display()
- Return a display object
- Return a
CellResult
object - Raise an exception