Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Docker image
dclongspark is created automatically just like spark-shell.
So, you can use Spark/Scala out-of-box in a JupyterLab notebook with the Scala - Apache Toree kernel.
Open a JupyterLab notebook with the
Scala - Apache Toreekernel from the launcher.Use Spark as usual.
:::scala val df = Range(0, 10).toDF df.show