Hi, Your code works perfectly for me. What kind of error are you seeing?
Thanks, moon On Fri, Jan 29, 2016 at 5:27 AM Daniel Valdivia <h...@danielvaldivia.com> wrote: > 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