gpoore / pythontex

A LaTeX package that executes Python and other code in LaTeX documents, and includes the output
880 stars 99 forks source link

Support the Jupyter messaging protocol #115

Open nathancarter opened 7 years ago

nathancarter commented 7 years ago

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.

gpoore commented 6 years ago

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.

nathancarter commented 5 years ago

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