Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 11:55 AM
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.