-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-585: Add troubleshooting information to publish.md #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,7 +42,25 @@ For example, | |
| <iframe src="http://< ip-address >:< port >/#/notebook/2B3QSZTKR/paragraph/...?asIframe" height="" width="" ></iframe> | ||
| ``` | ||
|
|
||
| Don't forget to also add below lines in your page for loading the Twitter Bootstrap themes and CSS used for Zeppelin notebook style, or your paragraph will be shown ugly. | ||
|
|
||
| ``` | ||
| <head> | ||
| .... | ||
| <link rel="stylesheet" href="zeppelin-web/bower_components/bootstrap/dist/css/bootstrap.css" /> | ||
| <link rel="stylesheet" href="zeppelin-web/fonts/font-awesome.min.css"> | ||
| .... | ||
| </head> | ||
| ``` | ||
|
|
||
| Finally, you can show off your beautiful visualization results in your website. | ||
| <center><img src="../assets/themes/zeppelin/img/docs-img/your-website.png" height="90%" width="90%"></center> | ||
|
|
||
| > **Note**: To embed the paragraph in a website, Zeppelin needs to be reachable by that website. | ||
|
|
||
| ## Troubleshooting | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this should be here,
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would be better to close this PR then. Thanks for the review :) |
||
| Regarding to this feature, a bug was reported by [ZEPPELIN-413](https://issues.apache.org/jira/browse/ZEPPELIN-413) before. | ||
| It says, when you click **Link this paragraph** menu, it always redirects to notebook page. | ||
| So after then, this issue was fixed by [Pull Request #464](https://github.com/apache/incubator-zeppelin/pull/464) and the stable feature was included to **0.5.6-incubating release**. | ||
|
|
||
| If you have been troubled with this issue, please check your **Zeppelin release version**. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it is required, while paragraph is exported as an iframe. Can some clarify it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested, no need
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm.. @doanduyhai can you explain this ? : )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also tested and it doesn't need those lines.