pythontex icon indicating copy to clipboard operation
pythontex copied to clipboard

Support the Jupyter messaging protocol

Open nathancarter opened this issue 6 years ago • 2 comments

If pythontex supported the Jupyter messaging protocol then it would automatically support all these languages. That would be an efficient way to add a ton of new languages to pythontex all at once.

nathancarter avatar Oct 18 '17 21:10 nathancarter

Adding Jupyter kernel support has been on the long-term plan for a few years now as part of a complete rewrite of the code execution core, but unfortunately that project is moving very slowly.

gpoore avatar Oct 28 '17 12:10 gpoore

A decent subset of the desired functionality is possible within the existing version. See https://github.com/gpoore/pythontex/pull/149.

nathancarter avatar Jun 01 '19 15:06 nathancarter