Hi, I'm trying to have the results of a notebook being saved to an external file
new PrintWriter("/Users/mauser/meh/data/ldaModel-50-20.json") { write(jsonString); close } however this is throwing an error, is there a way to write files to the local file system? Cheers