How can I add my jar file to automatic imports for Scala language in beaker-notebook?

71 Views Asked by At

I want to add my Scala internal library jar file in beaker-notebook Scala language so each time the user creates a new notebook, our library is configured to be automatically imported. Is that possible? How?

1

There are 1 best solutions below

0
MTT On BEST ANSWER

You can add your jar files in Language Manager under Class path (jar files, one per line) box.