Re: HTML output truncated in spark interpreter

2016-08-08 Thread Ben
I determined that the output was not actually being truncated. Chrome's dev tools truncate the content of very long script tags so it only looked to be the case. On Mon, Aug 8, 2016 at 1:51 PM, Ben wrote: > I am building a D3 based visualizer for GraphX graphs in Zeppelin, based > off of this ex

HTML output truncated in spark interpreter

2016-08-08 Thread Ben
I am building a D3 based visualizer for GraphX graphs in Zeppelin, based off of this example of using requirejs to pull in D3: https://github.com/lockwobr/zeppelin-examples/blob/master/ requirejs/requirejs.md When I have a large amount of data to visualize (and thus a large HTML string), the HTML