Anonymous
Not applicable

Java isn't really a language that is built for interaction and there is no notebook kernel for it. You can add a JAR to a workspace and run it, but not a notebook.

A notebook can have scala. You can make it the default language of the notebook or put %scala at the top of the cell.

View solution in original post