Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 01:15 AM
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