-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support Python Matplotlib to display pictures #1126
Conversation
public static void main(String[] args) { | ||
|
||
String user = "hadoop"; | ||
String gatewayIp = "你的 linkis 网关地址"; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What is the purpose of the change
For the content returned by UJESClient, support the Matplotlib returned by Python engine and pyspark engine
Display the pictures in the result in IDEA
Add a python test example, including two grammars of Python and Pyspark engine using matplotlib
.gitignore ignores some targets Added
对 UJESClient 返回的内容,支持将 python 引擎 和 pyspark引擎返回的 matplotlib
在idea中对结果中的图片进行展示
添加了一个python的测试例子,包含 pyspark和python俩种使用 matplotlib 的语法
.gitignore 忽略某些target