GitHub user zjffdu reopened a pull request:
https://github.com/apache/zeppelin/pull/2474
[ZEPPELIN-2753] Basic Implementation of IPython Interpreter
### What is this PR for?
This is the first step for implement IPython Interpreter in Zeppelin. I
just use the jupyter_client to create and manage the ipython kernel. We don't
need to care about python compilation and execution, all the things are
delegated to ipython kernel. Ideally all the features of ipython should be
available in Zeppelin as well.
For now, user can use %python.ipython for IPython Interpreter. And if
ipython is available, the default python interpreter will use ipython. But user
can still set `zeppelin.python.useIPython` as false to enforce to use the old
implementation of python interpreter.
Main features:
* IPython interpreter support
** All the ipython features are available, including visualization, ipython
magics.
* ZeppelinContext support
* Streaming output support
* Support Ipython in PySpark
Regarding the visualization, ideally all the visualization libraries work
in jupyter should also work here.
In unit test, I only verify the following 3 popular visualization library.
could add more later.
* matplotlib
* bokeh
* ggplot
### What type of PR is it?
[Feature ]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2753
### How should this be tested?
Unit test is added.
### Screenshots (if appropriate)
Verify bokeh in IPython Interpreter

Verify matplotlib

Verify ZeppelinContext

Verify Streaming

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-2753
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2474.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2474
----
commit b0b5c95a6802c595177c187e8363c08c7e464a54
Author: Jeff Zhang <[email protected]>
Date: 2017-07-02T07:51:14Z
[ZEPPELIN-2753] Basic Implementation of IPython Interpreter
commit e869f31d07650685907eb00b0ce2d2c15869232d
Author: Jeff Zhang <[email protected]>
Date: 2017-08-26T03:59:43Z
address comments
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---