Version 0.1.0 -- (c) 2019 Massimiliano Gubinelli
Allows for interactive TeXmacs sessions with Jupyter kernels such as IPython, IJulia, IRKernel, IHaskell.
In development, many things to fix: history, rich output, non-textual output, interaction, help...
Based on jupyter_console, a terminal-based console frontend for Jupyter kernels. jupyter_console is released under a modified BSD license, see COPYING.md
To start the console with a particular kernel, ask for it by name::
jupyter console --kernel=julia-0.4
A list of available kernels can be seen with::
jupyter kernelspec list