mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
modify document and screenshot
This commit is contained in:
parent
da5b8522e0
commit
1422ebe01e
1 changed files with 5 additions and 3 deletions
|
|
@ -65,13 +65,15 @@ Restart your Zeppelin server
|
|||
That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
|
||||
|
||||
<br />
|
||||
## Show notes list in your custom homepage
|
||||
## Show note list in your custom homepage
|
||||
If you want to display the list of notes on your custom Apache Zeppelin homepage all
|
||||
you need to do is use our %angular support.
|
||||
|
||||
Add the following code to a paragraph in your Apache Zeppelin note and run it.
|
||||
|
||||
```javascript
|
||||
%spark
|
||||
|
||||
println(
|
||||
"""%angular
|
||||
<div ng-include="'app/home/notebook.html'"></div>
|
||||
|
|
@ -80,8 +82,8 @@ println(
|
|||
|
||||
After running the paragraph, you will see output similar to this one:
|
||||
|
||||
<img src="/assets/themes/zeppelin/img/screenshots/homepage_custom_notebook_list.png" />
|
||||
<img src="/assets/themes/zeppelin/img/docs-img/homepage_custom_notebook_list.png" />
|
||||
|
||||
That's it! Voila! You have your notes list.
|
||||
That's it! Voila! You have your note list.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue