-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-585] Add new doc on how to embed Note\Paragraph plots into … #672
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
Closed
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5599d69
ZEPPELIN-585: Add new doc on how to embedd Note\Paragraph plots into …
AhyoungRyu 648067d
ZEPPELIN-585: Fix a sentence in index.md
AhyoungRyu c7d380b
ZEPPELIN-585: Change some sentences for normal use case
AhyoungRyu 4e92c9f
ZEPPELIN-585: Change a word 'tab' -> 'menu'
AhyoungRyu 9b877f6
ZEPPELIN-585: Change a sentence in index.md
AhyoungRyu fea0c4f
ZEPPELIN-585: Change a note sentence
AhyoungRyu edab76d
ZEPPELIN-585: Fix grammar error
AhyoungRyu a728c28
ZEPPELIN-585: ping travis
AhyoungRyu 746b13c
ZEPPELIN-585: Add a warning sentence
AhyoungRyu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| --- | ||
| layout: page | ||
| title: "Publish your Paragraph" | ||
| description: "" | ||
| group: manual | ||
| --- | ||
| <!-- | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| --> | ||
| {% include JB/setup %} | ||
|
|
||
| ## How can you publish your paragraph ? | ||
| Zeppelin provides a feature for publishing your notebook paragraph results. Using this feature, you can show Zeppelin notebook paragraph results in your own website. | ||
| It's very straightforward. Just use `<iframe>` tag in your page. | ||
|
|
||
| > **Warning**: Please use this feature with caution and in a trusted environment only, as Zeppelin entire Webapp could be accessible for whoever visits your website. | ||
|
|
||
| ### Copy a Paragraph Link | ||
| A first step to publish your paragraph result is **Copy a Paragraph Link**. | ||
|
|
||
| * After running a paragraph in your Zeppelin notebook, click a gear button located on the right side. Then, click **Link this Paragraph** menu like below image. | ||
| <center><img src="../assets/themes/zeppelin/img/docs-img/link-the-paragraph.png" height="100%" width="100%"></center> | ||
|
|
||
| * Just copy the provided link. | ||
| <center><img src="../assets/themes/zeppelin/img/docs-img/copy-the-link.png" height="100%" width="100%"></center> | ||
|
|
||
| ### Embed the Paragraph to Your Website | ||
| For publishing the copied paragraph, you may use `<iframe>` tag in your website page. | ||
| For example, | ||
|
|
||
| ``` | ||
| <iframe src="http://< ip-address >:< port >/#/notebook/2B3QSZTKR/paragraph/...?asIframe" height="" width="" ></iframe> | ||
| ``` | ||
|
|
||
| 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. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We could have another Note under that line as a warning that says: