Skip to content

[ZEPPELIN-4497] Change zeppelin-jupyter-adapter to zeppelin-jupyter-interpreter#3558

Closed
zjffdu wants to merge 1 commit into
apache:masterfrom
zjffdu:ZEPPELIN-4497
Closed

[ZEPPELIN-4497] Change zeppelin-jupyter-adapter to zeppelin-jupyter-interpreter#3558
zjffdu wants to merge 1 commit into
apache:masterfrom
zjffdu:ZEPPELIN-4497

Conversation

@zjffdu
Copy link
Copy Markdown
Contributor

@zjffdu zjffdu commented Dec 22, 2019

What is this PR for?

In ZEPPELIN-4480, we introduce zeppelin-jupyter-adapter which build a bridge between zeppelin and jupyter, zeppelin can extends this class to leverage any kernel of jupyter.
After a second thought, I think it is not enough. We can allow user to use jupyter kernel directly instead of implement one by one. So the purpose is to allow user use jupyter kernel like this

%jupyter(kernel=ipython)

python_code
...

Of course user can enhance the jupyter kernel in Zeppelin, e.g. IPythonInterpreter of Zeppelin can enhance the ipython kernel by adding support of ZeppelinContext

What type of PR is it?

[Refactoring]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

image

image

image

@zjffdu zjffdu force-pushed the ZEPPELIN-4497 branch 3 times, most recently from 5d7ba31 to b8e8897 Compare December 22, 2019 11:33
@zjffdu
Copy link
Copy Markdown
Contributor Author

zjffdu commented Dec 23, 2019

Will merge if no more comments since this is a refactoring PR, no anything new is introduced.

@asfgit asfgit closed this in 3fdc590 Dec 23, 2019
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.

1 participant