You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2019/12/22 00:07:00 UTC

[jira] [Created] (ZEPPELIN-4497) Change zeppelin-jupyter-adapter to zeppelin-jupyter-interpreter

Jeff Zhang created ZEPPELIN-4497:
------------------------------------

             Summary: Change zeppelin-jupyter-adapter to zeppelin-jupyter-interpreter
                 Key: ZEPPELIN-4497
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4497
             Project: Zeppelin
          Issue Type: New Feature
    Affects Versions: 0.9.0
            Reporter: Jeff Zhang


In ZEPPELIN-4480, we introduce zeppelin-jupyter-adapter which build a bridge between zeppelin and jupyter, zeppelin can extends this class to leverage any kernel of jupyter.
After a second thought, I think it is not enough. We can allow user to use jupyter kernel directly instead of implement one by one. So the purpose is to allow user use jupyter kernel like this 

```
%jupyter(kernel=ipython)

python_code 
...
```  

Of course user can enhance the jupyter kernel in Zeppelin, e.g. IPythonInterpreter of Zeppelin can enhance the ipython kernel by adding support of ZeppelinContext



--
This message was sent by Atlassian Jira
(v8.3.4#803005)