Skip to main content

Synapse

New

Adding notebook console (jupyter lab style) for debugging and output streaming

Vote (6) Share
Francesco CICOLANI's profile image

Francesco CICOLANI on 08 Jul 2024 06:46:52

I believe it would be a nice idea to add a console tab to Spark Notebooks in Fabric, in a Jupyter Lab fashion, in order to provide a quick way to debug code without cluttering the notebook coding space, and to provide a streamin output for testing streaming queries outcome (i.e. df.writeStream.format("console").start())