hi Nirav Patel, Currently zeppelin persists Note as json file,which includes both code and result. You can enable GitNotebookRepo as the bakend storage by define following property in ${ZEPPELIN_HOME}/conf/zeppelin-site.xml。 Restart zeppelin,then you can commit note as a revision, which can be used for comparison. GitNotebookRepo use ${ZEPPELIN_HOME}/notebook folder as a Git repo, you can use git command to manipulate it without zeppelin.
<property> <name>zeppelin.notebook.storage</name> <value>org.apache.zeppelin.notebook.repo.GitNotebookRepo</value> <description>notebook persistence layer implementation</description> </property> > 在 2016年10月27日,13:50,Nirav Patel <npa...@xactlycorp.com> 写道: > > Is there a way to save state of the notebook in form of "Report" view so it > can be used later for comparison or just kept for bookkeeping. Currently only > way I can think of to do this is to clone a new notebook every time you want > to keep state of Report. > > Thanks > > > > > <http://www.xactlycorp.com/email-click/> > > <https://www.nyse.com/quote/XNYS:XTLY> > <https://www.linkedin.com/company/xactly-corporation> > <https://twitter.com/Xactly> <https://www.facebook.com/XactlyCorp> > <http://www.youtube.com/xactlycorporation>