Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python Matplotlib to display pictures #1126

Merged
merged 6 commits into from
Nov 30, 2021
Merged

Support Python Matplotlib to display pictures #1126

merged 6 commits into from
Nov 30, 2021

Conversation

zhaoyun006
Copy link
Contributor

@zhaoyun006 zhaoyun006 commented Nov 29, 2021

What is the purpose of the change

  1. For the content returned by UJESClient, support the Matplotlib returned by Python engine and pyspark engine

    Display the pictures in the result in IDEA

  2. Add a python test example, including two grammars of Python and Pyspark engine using matplotlib

  3. .gitignore ignores some targets Added

  4. 对 UJESClient 返回的内容,支持将 python 引擎 和 pyspark引擎返回的 matplotlib
    在idea中对结果中的图片进行展示

  5. 添加了一个python的测试例子,包含 pyspark和python俩种使用 matplotlib 的语法

  6. .gitignore 忽略某些target

public static void main(String[] args) {

String user = "hadoop";
String gatewayIp = "你的 linkis 网关地址";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, it is recommended to use 127.0.0.1:9001 instead

Copy link
Contributor

@peacewong peacewong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@peacewong peacewong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@peacewong peacewong merged commit a206cbf into apache:dev-1.0.3 Nov 30, 2021
@zhaoyun006 zhaoyun006 deleted the idea-support-python-matplotlib-display branch November 30, 2021 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants