mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add document for extends z.run and z.runNote
This commit is contained in:
parent
292319a8eb
commit
342752d61f
1 changed files with 11 additions and 1 deletions
|
|
@ -150,7 +150,17 @@ How does the front-end AngularJS API compares to the [back-end API](./back-end-a
|
|||
<td>Executing Paragraph</td>
|
||||
<td>z.runParagraph(paragraphId)</td>
|
||||
<td>z.run(paragraphId)</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Executing Paragraph (Specific paragraphs in other notes) (</td>
|
||||
<td></td>
|
||||
<td>z.run(noteid, paragraphId)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Executing note</td>
|
||||
<td></td>
|
||||
<td>z.runNote(noteId)</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue