Github user eranwitkon commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130184141
Here is what I see when I set a a spesific notebook as homepage

here is the JSON code for the notebook I used (can't attach the file)
```
{
"paragraphs": [
{
"text": "%md\nThis is my homepage",
"config": {
"colWidth": 6.0,
"graph": {
"mode": "table",
"height": 300.0,
"optionOpen": false,
"keys": [],
"values": [],
"groups": [],
"scatter": {}
},
"editorHide": false,
"tableHide": true
},
"settings": {
"params": {},
"forms": {}
},
"jobName": "paragraph_1439146002471_-193197095",
"id": "20150809-214642_1580883980",
"result": {
"code": "SUCCESS",
"type": "HTML",
"msg": "\u003cp\u003eThis is my homepage\u003c/p\u003e\n"
},
"dateCreated": "Aug 9, 2015 9:46:42 PM",
"dateStarted": "Aug 9, 2015 9:47:22 PM",
"dateFinished": "Aug 9, 2015 9:47:23 PM",
"status": "FINISHED",
"progressUpdateIntervalMs": 500
},
{
"config": {
"colWidth": 12.0,
"graph": {
"mode": "table",
"height": 300.0,
"optionOpen": false,
"keys": [],
"values": [],
"groups": [],
"scatter": {}
},
"editorHide": false,
"tableHide": true
},
"settings": {
"params": {},
"forms": {}
},
"jobName": "paragraph_1439146042936_-147350679",
"id": "20150809-214722_1019915871",
"dateCreated": "Aug 9, 2015 9:47:22 PM",
"status": "READY",
"progressUpdateIntervalMs": 500
}
],
"name": "Homepage",
"id": "2AV4WUEMK",
"angularObjects": {
"2AUFAQ9QP": [],
"2AXFQ16AT": [],
"2AWAG511N": [],
"2AUNC5A3V": [],
"2AV3F1EXF": [],
"2AXWVZ4V2": [],
"2AXE167H3": [],
"2AUUVVG1K": [],
"2AWYKXSWN": [],
"2AWESBBRD": [],
"2AUYYWTQ3": []
},
"config": {
"looknfeel": "default"
},
"info": {}
}
```
Other notebooks works fine.
---
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.
---