[ 
https://issues.apache.org/jira/browse/METRON-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320451#comment-16320451
 ] 

ASF GitHub Bot commented on METRON-1382:
----------------------------------------

Github user nickwallen commented on the issue:

    https://github.com/apache/metron/pull/884
  
    Ok, so it looks like it is working for you.
    
    Zeppelin interprets the first line as the interpreter spec (or whatever 
they call it).  That's why `%functions` failed because it thinks you want to 
use an interpreter called 'functions'.  If you want to use a magic function 
like `%functions` either put that on a second line or make sure to specify 
`%stellar` explicitly like so...
    
    ```
    %stellar
    
    %functions
    ```


> Run Stellar in a Zeppelin Notebook
> ----------------------------------
>
>                 Key: METRON-1382
>                 URL: https://issues.apache.org/jira/browse/METRON-1382
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> Create a Zeppelin interpreter that allows Stellar to run in a Zeppelin 
> Notebook, the same way that it runs in the command-line driven REPL.
> This should include all of the Stellar "enhancements" available in the REPL 
> that are not part of the core Stellar language including the following.
> * Variable assignment 
> * Magics
> * Docstrings
> * Comments
> * quit



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to