Skip to content

ian-r-rose/jupyter_console

 
 

Repository files navigation

Jupyter Console

Build Status Documentation Status

A terminal-based console frontend for Jupyter kernels. This code is based on the single-process IPython terminal.

Install with pip:

pip install jupyter-console

Install with conda:

conda install -c conda-forge jupyter_console

Start:

jupyter console

Help:

jupyter console -h

Jupyter Console allows for console-based interaction with non-python Jupyter kernels such as IJulia, IRKernel.

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

Resources

Packages

No packages published

Languages

  • Python 100.0%