Hi guys, I'm currently working (night & week-end not full time) on a neo4J interpreter to try q=and test few things with zeppelin. For context : neo4j is a graph database which is fun to work with.
So far, everything good and I managed to get json results in the notebook. Next step would be to interpret the json graph data and create a nice visualization. I was looking into InterpreterResult.Type.SVG but it doesn't seems to work well. the alternative would be to generate HTML with embedded javascript. What's your advice on this: dive into SVG or switch to HTML5+js ? cheers, gdupont