mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
docs: Add python_with_zeppelin.md
This commit is contained in:
parent
7027e96c08
commit
d6877e7924
1 changed files with 17 additions and 3 deletions
|
|
@ -19,11 +19,25 @@ limitations under the License.
|
|||
-->
|
||||
{% include JB/setup %}
|
||||
|
||||
# Python with Zeppelin
|
||||
# Python support in Zeppelin
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
Welcome to Apache Zeppelin! On this page are instructions to help you get started.
|
||||
<br/>
|
||||
|
||||
Apache Zeppelin
|
||||
|
||||
- supports flexible python environments using [conda](../interpreter/python.html#conda), [docker](../interpreter/python.html#docker)
|
||||
- can query using [PandasSQL](../interpreter/python.html#sql-over-pandas-dataframes)
|
||||
- also, provides [PySpark](../interpreter/spark.html)
|
||||
- with [matplotlib integration](../interpreter/python.html#matplotlib-integration)
|
||||
- can create results including **UI widgets** using [Dynamic Form](../interpreter/python.html#using-zeppelin-dynamic-forms)
|
||||
|
||||
<br/>
|
||||
|
||||
For the further information about Spark support in Zeppelin, please check
|
||||
|
||||
- [Python Interpreter](../interpreter/python.html)
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue