GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1105
[ZEPPELIN-385] Notebook offline view mode ### What is this PR for? This PR is to address so called `offline view` (view only + offline mode) mode. In this mode you open notebook in `only view` mode meaning can't do any editions + notebook and paragraph bars are disabled. Further, it's called `offline`, in case someone else does any changes in the notebook while you have it open, the changes will not be rendered in your screen until you reload it. There was initial work under #389, however some notable differences exist. For example, same functionality here available from frontend menu without need to restart Zeppelin. Also it provides `offline` view which was absent in initial PR. ### What type of PR is it? Feature ### Todos * [x] - basic frontend implementation * [ ] - address comments + green CI ### What is the Jira issue? related to [ZEPPELIN-385](https://issues.apache.org/jira/browse/ZEPPELIN-385) ### How should this be tested? 1. open any notebook 2. click `offline view` from the dropdown menu of notebook `looknfeel` bar on the top right 3. try to edit note or do any changes ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Possibly You can merge this pull request into a Git repository by running: $ git pull https://github.com/khalidhuseynov/incubator-zeppelin notebook/offlineView Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1105.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1105 ---- commit bdf5203c3f650a433141130eb03da9876cb7acf1 Author: Khalid Huseynov <khalid...@nflabs.com> Date: 2016-06-24T17:27:52Z initial implemenation of offline view ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---