databricks/databricks-vscode

Add support for interactive cell executions in Scala notebooks

Opened this issue · 1 comments

Is it possible to execute cells interactively in Databricks Scala notebooks from IDE by submitting to the cluster? When I add a new cell to existing Scala notebook and press RUN, it seems running the whole notebook from the beginning every time which is not ideal for the purpose of Notebook based development!

I think you have a plan to add this feature in upcoming version for ipynb notebooks, but is it possible to add for Scala notebooks as well?

Hi @rajaasokan. We currently do not support interactive execution for scala notebooks. But this is something on the roadmap. We are first focussing on python, then scala will be next.