All Projects → jupyter → Jupyter_console

jupyter / Jupyter_console

Licence: other
Jupyter Terminal Console

Programming Languages

python
139335 projects - #7 most used programming language

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

Release build:

$ pip install pep517
$ python -m pep517.build .

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].