@DuyHai Good catch! I've tested this feature and wrote that documentation only for the already bootstrap applied website. So I didn't notice that. Thanks for your tip : ) I think I need to add this to the docs.
2016년 2월 16일 (화) 오후 5:19, DuyHai Doan <doanduy...@gmail.com>님이 작성: > DO NOT FORGET, when you embed Zeppelin Iframe in external page, to also > load the Twitter Bootstrap themes and css otherwise it will look ugly. Copy > and paste those import in your external page: > > <head> > .... > <link rel="stylesheet" > href="zeppelin-web/bower_components/bootstrap/dist/css/bootstrap.css" /> > <link rel="stylesheet" href="zeppelin-web/fonts/font-awesome.min.css"> > .... > </head> > > On Tue, Feb 16, 2016 at 9:13 AM, Ahyoung Ryu <ahyoungry...@gmail.com> > wrote: > >> Hi Ismail, >> >> I think this docs is what you are looking for. >> >> http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/publish.html >> Hope this help : ) >> >> Thanks, >> Ahyoung >> >> 2016년 2월 16일 (화) 오후 4:52, Ismail Dhorat <ism...@zyelabs.net>님이 작성: >> >>> Hi, >>> >>> I cannot seem to find any documentation on how to embed the results in >>> an external page via an iframe etc. >>> >>> Could anyone point me in the right direction? >>> >>> Regards, >>> Ismail >>> >> >