mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
(Documentation): Add package import information
This commit is contained in:
parent
280b846726
commit
6923400955
1 changed files with 9 additions and 1 deletions
|
|
@ -99,11 +99,19 @@ Here are some usages.
|
|||
|
||||
#### Import
|
||||
|
||||
##### - In notebook scope
|
||||
```scala
|
||||
import org.apache.zeppelin.display._
|
||||
import org.apache.zeppelin.display.angular.notebookscope._
|
||||
import AngularElem._
|
||||
```
|
||||
|
||||
##### - In paragraph scope
|
||||
```scala
|
||||
import org.apache.zeppelin.display.angular.paragraphscope._
|
||||
import AngularElem._
|
||||
```
|
||||
|
||||
|
||||
#### Display Element
|
||||
```scala
|
||||
// automatically convert to string and print with %angular display system directive in front.
|
||||
|
|
|
|||
Loading…
Reference in a new issue