altavir
02/09/2021, 4:56 PMbuild/libs
to the location of your notebook or send it to the consumer alongside the notebook
4. Load it using @file:dependsOn("yourJar.jar")
5. OR create a module json file which references local jar file in the same way. In a module you can also define default imports and startup scripts if you want.
6. The resulting notebook + jar + [optional] module file form a stand-alone bundle that will work for anybody you send it to without the requirement to install environment or build anything.altavir
02/09/2021, 5:08 PMjimn
02/10/2021, 8:04 PMholgerbrandl
02/10/2021, 8:36 PMaltavir
02/11/2021, 5:47 AMholgerbrandl
02/13/2021, 5:40 PMaltavir
02/13/2021, 6:03 PM