Github user eranwitkon commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129227208
  
    I tested this feature but could not get it to work.
    1) we should add the property place holder to zeppelin-site.xml.template 
and env variable to zeppelin-env.sh.template
    ```
    <property>
      <name>zeppelin.notebook.homescreen</name>
      <value>2AV4WUEMK/</value>
    </property>
    ```
    ```
    export ZEPPELIN_NOTEBOOK_HOMESCREEN=2AV4WUEMK
    ```
    2) Adding the property to site XML does not work, only the env variable 
works.
    3) note that if we rename the notebook we still have to set the variable to 
the id (file name on the disk) and not the notebook name. (only why to find the 
id is from the URL)
    4) Can we hide the homepage notebook from the notebook list? I wouldn't 
want all users play with the homepage...
    
    Eran


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to