Alexander Bezzubov created ZEPPELIN-502:
-------------------------------------------
Summary: Python interpreter group
Key: ZEPPELIN-502
URL: https://issues.apache.org/jira/browse/ZEPPELIN-502
Project: Zeppelin
Issue Type: Improvement
Reporter: Alexander Bezzubov
Zeppelin already has pySpark interpreter in the Spark interpreter group.
It would be cool if we also have a plain python interpreter group, to integrate
with available python ecosystem.
Initial implementation may look something like pySpark does and leverage py4j
{code}
%python
{code}
Things that need to be taken care of:
- Auto-completion
- third-party dependencies loading (virtualenv?)
- different interpreters: pypy, Jython, python2.7, python3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)