texmacs / jupyter

A Jupyter client for TeXmacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Jupyter client for TeXmacs

License:Other


Languages

Language:Python 98.7%Language:Scheme 1.3%