This is a super useful tip. Is it documented somewhere? If not is there somewhere on GitHub that I should be digging into to find similar features?
http://www.placeiq.com/ http://www.placeiq.com/ http://www.placeiq.com/ Paul Brenner https://twitter.com/placeiq https://twitter.com/placeiq https://twitter.com/placeiq https://www.facebook.com/PlaceIQ https://www.facebook.com/PlaceIQ https://www.linkedin.com/company/placeiq https://www.linkedin.com/company/placeiq DATA SCIENTIST (217) 390-3033 http://www.placeiq.com/2015/05/26/placeiq-named-winner-of-prestigious-2015-oracle-data-cloud-activate-award/ http://placeiq.com/2015/12/18/accuracy-vs-precision-in-location-data-mma-webinar/ http://placeiq.com/2015/12/18/accuracy-vs-precision-in-location-data-mma-webinar/ http://placeiq.com/2015/12/18/accuracy-vs-precision-in-location-data-mma-webinar/ http://placeiq.com/2015/12/18/accuracy-vs-precision-in-location-data-mma-webinar/ http://placeiq.com/2016/03/08/measuring-addressable-tv-campaigns-is-now-possible/ http://placeiq.com/2016/04/13/placeiq-joins-the-network-advertising-initiative-nai-as-100th-member/ http://placeiq.com/2016/04/13/placeiq-joins-the-network-advertising-initiative-nai-as-100th-member/ http://placeiq.com/2016/04/13/placeiq-joins-the-network-advertising-initiative-nai-as-100th-member/ http://placeiq.com/2016/04/13/placeiq-joins-the-network-advertising-initiative-nai-as-100th-member/ http://placeiq.com/2016/04/13/placeiq-joins-the-network-advertising-initiative-nai-as-100th-member/ http://pages.placeiq.com/Location-Data-Accuracy-Whitepaper-Download.html?utm_source=Signature&utm_medium=Email&utm_campaign=AccuracyWP http://placeiq.com/2016/08/03/placeiq-bolsters-location-intelligence-platform-with-mastercard-insights/ http://placeiq.com/2016/10/26/the-making-of-a-location-data-industry-milestone/ http://placeiq.com/2016/12/07/placeiq-introduces-landmark-a-groundbreaking-offering-that-delivers-access-to-the-highest-quality-location-data-for-insights-that-fuel-limitless-business-decisions/ On Tue, Feb 14, 2017 at 3:36 AM Bruno Aranda < mailto:Bruno Aranda <brunoara...@gmail.com> > wrote: a, pre, code, a:link, body { word-wrap: break-word !important; } Hi Moon, Didn't know you could do that and it solves the problem. Many thanks! Bruno On Tue, 14 Feb 2017 at 00:21 moon soo Lee < mailto:m...@apache.org > wrote: Hi, The behavior is changed since Zeppelin support multiple result in a paragraph [1]. If you're using %spark interpreter, one possible workaround is clear output before print something. For example // do something .... // clear output z.getInterpreterContext.out.clear // display something z.show(df) Hope this helps. Thanks, moon [1] https://issues.apache.org/jira/browse/ZEPPELIN-212 On Mon, Feb 13, 2017 at 7:40 AM Bruno Aranda < mailto:bara...@apache.org > wrote: Hi, I have recently upgraded to 0.7.0. In 0.6.2 I used to have many notes that at the end they do z.show(df) or println("%html ...") , etc. When those lines were executed, the output was changed to a table or HTML, and all the REPL removed, which I found to be a nice thing when creating a report. However, now I can see the REPL output above the table or the HTML. Has this changed? I know you can change the setting in the interpreter, but I used to find a nice thing to be able to see a REPL error on failure, but hide the output when printing the final table or HTML. Is there any solution? I want to be able to generate nice dashboards without technical code in the middle, but at the same time be able to see the code when things fail. Thanks, Bruno