Debayan
Databricks Employee
Databricks Employee

Hi @David Vardy​ , from notebooks you can try using Scala, ref: https://docs.databricks.com/notebooks/notebooks-use.html#mix-languages.

You can use the language magic command %<language> at the beginning of a cell. The supported magic commands are: 

%python

%r

%scala

%sql