apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.09k stars 913 forks source link

[FEATURE] Support python magic syntax for python notebook #5877

Closed turboFei closed 10 months ago

turboFei commented 10 months ago

Code of Conduct

Search before asking

Describe the feature

Support python magic commands, for example:

%table
%json
%matplot

Refer: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-magics.html https://github.com/jupyter-incubator/sparkmagic https://github.com/apache/incubator-livy/blob/master/repl/src/main/resources/fake_shell.py#L248-L265

Motivation

No response

Describe the solution

No response

Additional context

No response

Are you willing to submit PR?

beryllw commented 10 months ago

Interesting, hope to participate in the related work.