Hello everyone, How could I programmatically create new cells within a notebook?
I am creating a custom interpreter that interacts with some web services and renders the results using the %table macro. Depending on the query, the service can produce more than one result set. Each cell can only render one table, though (please correct me if I am wrong about this). So my goal is to output multiple cells. I’m hoping I could do this right from my interpreter or perhaps the interpreter could output some links or angular buttons and when clicked it would create the new cells and pass in the %table data to render. Hopefully this makes sense. Any help or advice is appreciated. Having a lot of fun with zeppelin so far! Thanks, Steve