Hi Beam community, The notebook console from Google Cloud defines a show() API to display a PCollection which is very neat: https://cloud.google.com/dataflow/docs/guides/interactive-pipeline-development
If we are using a regular jupyter notebook to run beam app, how can we print out a PCollection easily? What’s the best practice? Thanks!