Github user eranwitkon commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129316536
Hi,
I tested this again with the following results:
1) I can set the variable both in the *-env and *-site and get it to work
2) hide the notebook from the list works fine
BUT I had a problem with my MD notebook when I set the tutorial notebook as
home page ( 2A94M5J1Z ) everything worked fine but setting my md notebook
showed an empty page.
attached is my md notebook
Here is my homepage open as notebook:
[image: Selection_010.png]
Here is what I get when I set it as homepage
[image: Selection_011.png]
3) idea: can we add a button on the notebook level by the schedule button
with the "Set as homepage" option? instead of editing the env\site files?
4) idea: out of the scope of this PR but should we have a zeppelin function
which list the notebooks in zeppelin e.g. z.notebooks collection, so I can
write my personalized homepage but still get the list of notebooks? - if
needed I can see the current homepage implementation and refactor it as a z
method.
Eran
On Mon, Aug 10, 2015 at 1:03 AM Lee moon soo <[email protected]>
wrote:
> @eranwitkon <https://github.com/eranwitkon> Thanks for feedback.
>
> 1) we should add the property place holder to zeppelin-site.xml.template
> and env variable to zeppelin-env.sh.template
>
> Added property place holder to zeppelin-site.xml.template and
> zeppelin-env.sh.template
>
> 2) Adding the property to site XML does not work, only the env variable
> works.
>
> To me both way works. could you verify it again?
>
> 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)
>
> For now, user need to get notebook id from URL. not name of notebook.
>
> 4) Can we hide the homepage notebook from the notebook list? I wouldn't
> want all users play with the homepage...
>
> Added option to selectively hide homescreen notebook from list.
>
> â
> Reply to this email directly or view it on GitHub
>
<https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129253727>
> .
>
---
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.
---