Skip to content

Commit

Permalink
Formatting (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 22, 2022
1 parent 45d449a commit 7bf00e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/projects/architecture/content-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ languages in the same frontends, by developing kernels in those languages, and
we are refining IPython to make that more practical.

Today, there are three ways to develop a kernel for another language:

- Wrapper kernels reuse the communications machinery from IPykernel, and implement only the core execution part.
- Native kernels implement execution and communications in the target language.
- Kernels based on `xeus <https://github.com/jupyter-xeus/xeus>`_, a native implementation of the protocol, implement the language-specific part of the kernels. Contrary to the wrapper approach, `xeus` does not depend on a python runtime.
Expand Down

0 comments on commit 7bf00e9

Please sign in to comment.