Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/themes/zeppelin/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ <h1>Apache Zeppelin</h1>
</p>
<p><a href="http://youtu.be/_PQbVH_aO5E" target="_zeppelinVideo" class="btn btn-primary btn-lg bigFingerButton" role="button">Watch the video</a>

<a href="./download.html" class="btn btn-primary btn-lg bigFingerButton" role="button">Get Zeppelin</a></p>
<a href="./download.html" class="btn btn-primary btn-lg bigFingerButton" role="button">Get Zeppelin</a>
<a href="./demos.html" class="btn btn-primary btn-lg bigFingerButton" role="button">Live Demo</a></p>
</div>
</div>
{% endif %}
15 changes: 15 additions & 0 deletions demo/demo-aws-emr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<meta charset="utf-8">
<title>Zeppelin Live Demo</title>
</head>
<body style="margin:0px;padding:0px;overflow:hidden">
<div width="100%" style="padding:0 10px 0 10px">
<div style="float:left"><a href="/" style="color:#333333">Go back</a></div>
<div style="float:right">
Live demo powered by Apache Spark and Zeppelin on Amazon EMR
</div>
</div>
<iframe src="http://showcase.zeppelinhub.io/#/" frameborder="0" style="overflow:hidden;height:99%;width:100%" height="99%" width="100%"></iframe>
</body>
</html>
28 changes: 28 additions & 0 deletions demos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: page
title: Demos
tagline: Try live demo
---
<!--
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 %}

List of live demo on behalf of Apache Zeppelin by 3rd parties.

<ul>
<li>
<a href="./demo/demo-aws-emr.html">Live demo</a> powered by Apache Spark and Apache Zeppelin on <a href="https://aws.amazon.com/" target="_blank">Amazon EMR</a>.
</li>
</ul>