Tried in the latest master and it is persisted now! Thanks. On Thu, Feb 18, 2016 at 5:18 PM Aish Fenton <afen...@netflix.com> wrote:
> > In the version I'm running it isn't, but I'll check latest version and > report back. > > > On Thu, Feb 18, 2016 at 5:09 PM moon soo Lee <m...@apache.org> wrote: > >> Hi, >> >> I think %html is persisted in the notebook file. >> So it can be displayed without re-running the notebook. >> >> Or maybe, am i missing something? >> >> Thanks, >> moon >> >> On Thu, Feb 18, 2016 at 5:04 PM Aish Fenton <afen...@netflix.com> wrote: >> >>> Currently %html content isn't persisted in the notebook file (unlike >>> %table content). This prevents many of the good plotting options from >>> working, since you can't share the plots without them re-running the >>> notebook. >>> >>> Is it possible to change this behavior? >>> >>> PS. Here's an example of what I'm doing with Lightning plots, but I'm >>> doing it in Zeppelin >>> >>> >>> http://nbviewer.jupyter.org/urls/gist.githubusercontent.com/chilang/98326ad26192580e0630/raw/8f8888cbccc1d2e8348ec9f3d9e736c192be0fc0/Lightning%2520viz.ipynb >>> ) >>> >>> >>>