Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.32 KB

Jupyter client for TeXmacs

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

Info about Jupyter cosole (to be reviewed)

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

Additional resources